is not current version
Last Version 3.4.9

org.tinygroup:tiny 3.0.1


GroupId

GroupId

org.tinygroup
ArtifactId

ArtifactId

tiny
Version

Version

3.0.1
Type

Type

pom

Download tiny 3.0.1

Filename Size
tiny-3.0.1.pom 20 KB
Browse

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