Categories |
CategoriesTomcat Container Application Servers |
---|---|
GroupId | GroupIdtomcat |
ArtifactId | ArtifactIdstop-tomcat |
Last Version | Last Version3.3.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
stop-tomcat-3.3.2.pom | |
stop-tomcat-3.3.2.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tomcat/stop-tomcat/ -->
<dependency>
<groupId>tomcat</groupId>
<artifactId>stop-tomcat</artifactId>
<version>3.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/tomcat/stop-tomcat/
implementation 'tomcat:stop-tomcat:3.3.2'
// https://jarcasting.com/artifacts/tomcat/stop-tomcat/
implementation ("tomcat:stop-tomcat:3.3.2")
'tomcat:stop-tomcat:jar:3.3.2'
<dependency org="tomcat" name="stop-tomcat" rev="3.3.2">
<artifact name="stop-tomcat" type="jar" />
</dependency>
@Grapes(
@Grab(group='tomcat', module='stop-tomcat', version='3.3.2')
)
libraryDependencies += "tomcat" % "stop-tomcat" % "3.3.2"
[tomcat/stop-tomcat "3.3.2"]