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