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