GroupId | GroupIdio.github.cheny2151 |
---|---|
ArtifactId | ArtifactIdtoolbox |
Version | Version2.2.2-jdk8 |
Type | Typejar |
Filename | Size |
---|---|
toolbox-2.2.2-jdk8.pom | |
toolbox-2.2.2-jdk8.jar | 341 KB |
toolbox-2.2.2-jdk8-sources.jar | 204 KB |
toolbox-2.2.2-jdk8-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.cheny2151/toolbox/ -->
<dependency>
<groupId>io.github.cheny2151</groupId>
<artifactId>toolbox</artifactId>
<version>2.2.2-jdk8</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.cheny2151/toolbox/
implementation 'io.github.cheny2151:toolbox:2.2.2-jdk8'
// https://jarcasting.com/artifacts/io.github.cheny2151/toolbox/
implementation ("io.github.cheny2151:toolbox:2.2.2-jdk8")
'io.github.cheny2151:toolbox:jar:2.2.2-jdk8'
<dependency org="io.github.cheny2151" name="toolbox" rev="2.2.2-jdk8">
<artifact name="toolbox" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.cheny2151', module='toolbox', version='2.2.2-jdk8')
)
libraryDependencies += "io.github.cheny2151" % "toolbox" % "2.2.2-jdk8"
[io.github.cheny2151/toolbox "2.2.2-jdk8"]