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