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