is not current version
Last Version 3.4.9

org.tinygroup:ext 3.4.1


GroupId

GroupId

org.tinygroup
ArtifactId

ArtifactId

ext
Version

Version

3.4.1
Type

Type

pom

Download ext 3.4.1

Filename Size
ext-3.4.1.pom 1 KB
Browse

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