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