is not current version
Last Version 0.0.12

org.tinygroup:base 0.0.4


GroupId

GroupId

org.tinygroup
ArtifactId

ArtifactId

base
Version

Version

0.0.4
Type

Type

pom

Download base 0.0.4

Filename Size
base-0.0.4.pom 2 KB
Browse

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