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