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