GroupId | GroupIdorg.tinygroup |
---|---|
ArtifactId | ArtifactIdlicense |
Version | Version0.0.9 |
Type | Typejar |
Filename | Size |
---|---|
license-0.0.9.pom | |
license-0.0.9.jar | 13 KB |
license-0.0.9-tests.jar | 6 KB |
license-0.0.9-sources.jar | 16 KB |
license-0.0.9-javadoc.jar | 104 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.tinygroup/license/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>license</artifactId>
<version>0.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/license/
implementation 'org.tinygroup:license:0.0.9'
// https://jarcasting.com/artifacts/org.tinygroup/license/
implementation ("org.tinygroup:license:0.0.9")
'org.tinygroup:license:jar:0.0.9'
<dependency org="org.tinygroup" name="license" rev="0.0.9">
<artifact name="license" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='license', version='0.0.9')
)
libraryDependencies += "org.tinygroup" % "license" % "0.0.9"
[org.tinygroup/license "0.0.9"]