GroupId | GroupIdorg.tinygroup |
---|---|
ArtifactId | ArtifactIdtiny |
Version | Version0.0.8 |
Type | Typepom |
Filename | Size |
---|---|
tiny-0.0.8.pom | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.tinygroup/tiny/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>tiny</artifactId>
<version>0.0.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/tiny/
implementation 'org.tinygroup:tiny:0.0.8'
// https://jarcasting.com/artifacts/org.tinygroup/tiny/
implementation ("org.tinygroup:tiny:0.0.8")
'org.tinygroup:tiny:pom:0.0.8'
<dependency org="org.tinygroup" name="tiny" rev="0.0.8">
<artifact name="tiny" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='tiny', version='0.0.8')
)
libraryDependencies += "org.tinygroup" % "tiny" % "0.0.8"
[org.tinygroup/tiny "0.0.8"]