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