Files download
File Operation
spring-instrument-tomcat-4.3.30.RELEASE.jar download
spring-instrument-tomcat-4.3.30.RELEASE.pom download
spring-instrument-tomcat-4.3.30.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>org.springframework</groupId>
  <artifactId>spring-instrument-tomcat</artifactId>
  <version>4.3.30.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'org.springframework:spring-instrument-tomcat:4.3.30.RELEASE'
Gradle Kotlin
implementation("org.springframework:spring-instrument-tomcat:4.3.30.RELEASE")
Scala SBT
libraryDependencies += "org.springframework" % "spring-instrument-tomcat" % "4.3.30.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework', module='spring-instrument-tomcat', version='4.3.30.RELEASE')
)
Apache Ivy
<dependency org="org.springframework" name="spring-instrument-tomcat" rev="4.3.30.RELEASE" />
Leiningen
[org.springframework/spring-instrument-tomcat "4.3.30.RELEASE"]
Apache Buildr
'org.springframework:spring-instrument-tomcat:jar:4.3.30.RELEASE'
Dependencies