is not current version
Last Version 3.4.9

org.tinygroup:tiny 1.2.4


GroupId

GroupId

org.tinygroup
ArtifactId

ArtifactId

tiny
Version

Version

1.2.4
Type

Type

pom

Download tiny 1.2.4

Filename Size
tiny-1.2.4.pom 13 KB
Browse

<!-- https://jarcasting.com/artifacts/org.tinygroup/tiny/ -->
<dependency>
    <groupId>org.tinygroup</groupId>
    <artifactId>tiny</artifactId>
    <version>1.2.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/tiny/
implementation 'org.tinygroup:tiny:1.2.4'
// https://jarcasting.com/artifacts/org.tinygroup/tiny/
implementation ("org.tinygroup:tiny:1.2.4")
'org.tinygroup:tiny:pom:1.2.4'
<dependency org="org.tinygroup" name="tiny" rev="1.2.4">
  <artifact name="tiny" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='tiny', version='1.2.4')
)
libraryDependencies += "org.tinygroup" % "tiny" % "1.2.4"
[org.tinygroup/tiny "1.2.4"]