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