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