Files download
File Operation
tools-1.9.6.jar download
tools-1.9.6.pom download
tools-1.9.6-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.shaohuizhe</groupId>
  <artifactId>tools</artifactId>
  <version>1.9.6</version>
</dependency>
Gradle Groovy
implementation 'io.github.shaohuizhe:tools:1.9.6'
Gradle Kotlin
implementation("io.github.shaohuizhe:tools:1.9.6")
Scala SBT
libraryDependencies += "io.github.shaohuizhe" % "tools" % "1.9.6"
Groovy Grape
@Grapes(
  @Grab(group='io.github.shaohuizhe', module='tools', version='1.9.6')
)
Apache Ivy
<dependency org="io.github.shaohuizhe" name="tools" rev="1.9.6" />
Leiningen
[io.github.shaohuizhe/tools "1.9.6"]
Apache Buildr
'io.github.shaohuizhe:tools:jar:1.9.6'
Dependencies
The project has no third-party dependencies