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