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