is not current version
Last Version 0.8

com.github.gv2011:tools 0.6


GroupId

GroupId

com.github.gv2011
ArtifactId

ArtifactId

tools
Version

Version

0.6
Type

Type

pom

Download tools 0.6

Filename Size
tools-0.6.pom 3 KB
Browse

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