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