is not current version
Last Version 0.3.1.2

com.github.levkoposc:jtools 0.3

JTools is simple tools for Java

GroupId

GroupId

com.github.levkoposc
ArtifactId

ArtifactId

jtools
Version

Version

0.3
Type

Type

jar

Download jtools 0.3


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