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