is not current version
Last Version 3.4.9

org.tinygroup:framework 1.2.4


GroupId

GroupId

org.tinygroup
ArtifactId

ArtifactId

framework
Version

Version

1.2.4
Type

Type

pom

Download framework 1.2.4

Filename Size
framework-1.2.4.pom 3 KB
Browse

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