is not current version
Last Version 0.7.0

me.codeboy:tools 0.2.0

java tools lib .

GroupId

GroupId

me.codeboy
ArtifactId

ArtifactId

tools
Version

Version

0.2.0
Type

Type

jar

Download tools 0.2.0


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