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