License |
License |
---|---|
GroupId | GroupIdorg.jbundle.util.webapp |
ArtifactId | ArtifactIdorg.jbundle.util.webapp.cgi |
Last Version | Last Version1.3.7 |
Release Date | Release Date |
Type | Typewar |
Description |
Descriptionjbundle-util-webapp-cgi - cgi directory
This servlet will run a non-java web application as a servlet.
For example a perl application such as awstats can be run in a java server.
|
Project Organization |
Project Organizationjbundle.org |
Filename | Size |
---|---|
org.jbundle.util.webapp.cgi-1.3.7.pom | |
org.jbundle.util.webapp.cgi-1.3.7.war | 2 KB |
org.jbundle.util.webapp.cgi-1.3.7-javadoc.jar | 331 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.jbundle.util.webapp/org.jbundle.util.webapp.cgi/ -->
<dependency>
<groupId>org.jbundle.util.webapp</groupId>
<artifactId>org.jbundle.util.webapp.cgi</artifactId>
<version>1.3.7</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.jbundle.util.webapp/org.jbundle.util.webapp.cgi/
implementation 'org.jbundle.util.webapp:org.jbundle.util.webapp.cgi:1.3.7'
// https://jarcasting.com/artifacts/org.jbundle.util.webapp/org.jbundle.util.webapp.cgi/
implementation ("org.jbundle.util.webapp:org.jbundle.util.webapp.cgi:1.3.7")
'org.jbundle.util.webapp:org.jbundle.util.webapp.cgi:war:1.3.7'
<dependency org="org.jbundle.util.webapp" name="org.jbundle.util.webapp.cgi" rev="1.3.7">
<artifact name="org.jbundle.util.webapp.cgi" type="war" />
</dependency>
@Grapes(
@Grab(group='org.jbundle.util.webapp', module='org.jbundle.util.webapp.cgi', version='1.3.7')
)
libraryDependencies += "org.jbundle.util.webapp" % "org.jbundle.util.webapp.cgi" % "1.3.7"
[org.jbundle.util.webapp/org.jbundle.util.webapp.cgi "1.3.7"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.tomcat : tomcat-catalina | jar | 7.0.99 |
javax.servlet : javax.servlet-api | jar | 3.1.0 |
org.osgi : osgi.core | jar | 6.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |