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