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