is not current version
Last Version 0.0.12

org.tinygroup:base 0.0.8


GroupId

GroupId

org.tinygroup
ArtifactId

ArtifactId

base
Version

Version

0.0.8
Type

Type

pom

Download base 0.0.8

Filename Size
base-0.0.8.pom 2 KB
Browse

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