is not current version
Last Version 3.4.9

org.tinygroup:framework 0.0.9


GroupId

GroupId

org.tinygroup
ArtifactId

ArtifactId

framework
Version

Version

0.0.9
Type

Type

pom

Download framework 0.0.9

Filename Size
framework-0.0.9.pom 807 bytes
Browse

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