Categories |
CategoriesTomcat Container Application Servers |
---|---|
GroupId | GroupIdorg.springframework |
ArtifactId | ArtifactIdspring-instrument-tomcat |
Version | Version4.2.9.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.springframework/spring-instrument-tomcat/ -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-instrument-tomcat</artifactId>
<version>4.2.9.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework/spring-instrument-tomcat/
implementation 'org.springframework:spring-instrument-tomcat:4.2.9.RELEASE'
// https://jarcasting.com/artifacts/org.springframework/spring-instrument-tomcat/
implementation ("org.springframework:spring-instrument-tomcat:4.2.9.RELEASE")
'org.springframework:spring-instrument-tomcat:jar:4.2.9.RELEASE'
<dependency org="org.springframework" name="spring-instrument-tomcat" rev="4.2.9.RELEASE">
<artifact name="spring-instrument-tomcat" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-instrument-tomcat', version='4.2.9.RELEASE')
)
libraryDependencies += "org.springframework" % "spring-instrument-tomcat" % "4.2.9.RELEASE"
[org.springframework/spring-instrument-tomcat "4.2.9.RELEASE"]