Categories |
CategoriesBuild Tools |
---|---|
GroupId | GroupIdorg.coosproject.build-tools |
ArtifactId | ArtifactIdlicenses |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
licenses-1.0.2.pom | |
licenses-1.0.2.jar | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.coosproject.build-tools/licenses/ -->
<dependency>
<groupId>org.coosproject.build-tools</groupId>
<artifactId>licenses</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.coosproject.build-tools/licenses/
implementation 'org.coosproject.build-tools:licenses:1.0.2'
// https://jarcasting.com/artifacts/org.coosproject.build-tools/licenses/
implementation ("org.coosproject.build-tools:licenses:1.0.2")
'org.coosproject.build-tools:licenses:jar:1.0.2'
<dependency org="org.coosproject.build-tools" name="licenses" rev="1.0.2">
<artifact name="licenses" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.coosproject.build-tools', module='licenses', version='1.0.2')
)
libraryDependencies += "org.coosproject.build-tools" % "licenses" % "1.0.2"
[org.coosproject.build-tools/licenses "1.0.2"]