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