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