License |
License |
---|---|
Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
GroupId | GroupIdorg.springframework |
ArtifactId | ArtifactIdspring-asm |
Last Version | Last Version3.1.4.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Framework Parent
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-asm-3.1.4.RELEASE.pom | |
spring-asm-3.1.4.RELEASE.jar | 51 KB |
spring-asm-3.1.4.RELEASE-sources.jar | 543 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.springframework/spring-asm/ -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-asm</artifactId>
<version>3.1.4.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework/spring-asm/
implementation 'org.springframework:spring-asm:3.1.4.RELEASE'
// https://jarcasting.com/artifacts/org.springframework/spring-asm/
implementation ("org.springframework:spring-asm:3.1.4.RELEASE")
'org.springframework:spring-asm:jar:3.1.4.RELEASE'
<dependency org="org.springframework" name="spring-asm" rev="3.1.4.RELEASE">
<artifact name="spring-asm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-asm', version='3.1.4.RELEASE')
)
libraryDependencies += "org.springframework" % "spring-asm" % "3.1.4.RELEASE"
[org.springframework/spring-asm "3.1.4.RELEASE"]