文件下载
文件名 操作
spring-instrument-3.2.1.RELEASE.jar 下载
spring-instrument-3.2.1.RELEASE.pom 下载
spring-instrument-3.2.1.RELEASE-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.springframework</groupId>
  <artifactId>spring-instrument</artifactId>
  <version>3.2.1.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'org.springframework:spring-instrument:3.2.1.RELEASE'
Gradle Kotlin
implementation("org.springframework:spring-instrument:3.2.1.RELEASE")
Scala SBT
libraryDependencies += "org.springframework" % "spring-instrument" % "3.2.1.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework', module='spring-instrument', version='3.2.1.RELEASE')
)
Apache Ivy
<dependency org="org.springframework" name="spring-instrument" rev="3.2.1.RELEASE" />
Leiningen
[org.springframework/spring-instrument "3.2.1.RELEASE"]
Apache Buildr
'org.springframework:spring-instrument:jar:3.2.1.RELEASE'