Categories |
CategoriesTomcat Container Application Servers |
---|---|
GroupId | GroupIdorg.apache.skywalking |
ArtifactId | ArtifactIdtomcat-7.x-8.x-plugin |
Version | Version8.1.0 |
Type | Typejar |
Filename | Size |
---|---|
tomcat-7.x-8.x-plugin-8.1.0.pom | |
tomcat-7.x-8.x-plugin-8.1.0.jar | 22 KB |
tomcat-7.x-8.x-plugin-8.1.0-sources.jar | 22 bytes |
tomcat-7.x-8.x-plugin-8.1.0-javadoc.jar | 79 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.skywalking/tomcat-7.x-8.x-plugin/ -->
<dependency>
<groupId>org.apache.skywalking</groupId>
<artifactId>tomcat-7.x-8.x-plugin</artifactId>
<version>8.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.skywalking/tomcat-7.x-8.x-plugin/
implementation 'org.apache.skywalking:tomcat-7.x-8.x-plugin:8.1.0'
// https://jarcasting.com/artifacts/org.apache.skywalking/tomcat-7.x-8.x-plugin/
implementation ("org.apache.skywalking:tomcat-7.x-8.x-plugin:8.1.0")
'org.apache.skywalking:tomcat-7.x-8.x-plugin:jar:8.1.0'
<dependency org="org.apache.skywalking" name="tomcat-7.x-8.x-plugin" rev="8.1.0">
<artifact name="tomcat-7.x-8.x-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.skywalking', module='tomcat-7.x-8.x-plugin', version='8.1.0')
)
libraryDependencies += "org.apache.skywalking" % "tomcat-7.x-8.x-plugin" % "8.1.0"
[org.apache.skywalking/tomcat-7.x-8.x-plugin "8.1.0"]