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