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