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