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