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