文件下载
文件名 操作
tools-1.4.2.jar 下载
tools-1.4.2.pom 下载
tools-1.4.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.shaohuizhe</groupId>
  <artifactId>tools</artifactId>
  <version>1.4.2</version>
</dependency>
Gradle Groovy
implementation 'io.github.shaohuizhe:tools:1.4.2'
Gradle Kotlin
implementation("io.github.shaohuizhe:tools:1.4.2")
Scala SBT
libraryDependencies += "io.github.shaohuizhe" % "tools" % "1.4.2"
Groovy Grape
@Grapes(
  @Grab(group='io.github.shaohuizhe', module='tools', version='1.4.2')
)
Apache Ivy
<dependency org="io.github.shaohuizhe" name="tools" rev="1.4.2" />
Leiningen
[io.github.shaohuizhe/tools "1.4.2"]
Apache Buildr
'io.github.shaohuizhe:tools:jar:1.4.2'
本项目依赖
该项目无第三方依赖