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