is not current version
Last Version 2.3.1-jdk8

io.github.cheny2151:toolbox 2.1.1-jdk8

A personal java tool package project

GroupId

GroupId

io.github.cheny2151
ArtifactId

ArtifactId

toolbox
Version

Version

2.1.1-jdk8
Type

Type

jar

Download toolbox 2.1.1-jdk8


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