Files download
File Operation
spring-agent-2.5.4.jar download
spring-agent-2.5.4.pom download
spring-agent-2.5.4-sources.jar download
Apache Maven
<dependency>
  <groupId>org.springframework</groupId>
  <artifactId>spring-agent</artifactId>
  <version>2.5.4</version>
</dependency>
Gradle Groovy
implementation 'org.springframework:spring-agent:2.5.4'
Gradle Kotlin
implementation("org.springframework:spring-agent:2.5.4")
Scala SBT
libraryDependencies += "org.springframework" % "spring-agent" % "2.5.4"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework', module='spring-agent', version='2.5.4')
)
Apache Ivy
<dependency org="org.springframework" name="spring-agent" rev="2.5.4" />
Leiningen
[org.springframework/spring-agent "2.5.4"]
Apache Buildr
'org.springframework:spring-agent:jar:2.5.4'
Dependencies
The project has no third-party dependencies