is not current version
Last Version 3.4.9

org.tinygroup:ext 1.2.3


GroupId

GroupId

org.tinygroup
ArtifactId

ArtifactId

ext
Version

Version

1.2.3
Type

Type

pom

Download ext 1.2.3

Filename Size
ext-1.2.3.pom 590 bytes
Browse

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