is not current version
Last Version 0.7.0

me.codeboy:tools 0.2.2

java tools lib .

GroupId

GroupId

me.codeboy
ArtifactId

ArtifactId

tools
Version

Version

0.2.2
Type

Type

jar

Download tools 0.2.2


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