is not current version
Last Version 1.0.v201602292337

com.github.coderepositories:jcommons-tools 1.0

My Java Commons Tools

GroupId

GroupId

com.github.coderepositories
ArtifactId

ArtifactId

jcommons-tools
Version

Version

1.0
Type

Type

pom

Download jcommons-tools 1.0

Filename Size
jcommons-tools-1.0.pom 1 KB
Browse

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