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