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