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