o

org.jbundle.util.webapp.cgi

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.
Files download
File Operation
org.jbundle.util.webapp.cgi-1.2.0.pom download
Apache Maven
<dependency>
  <groupId>org.jbundle.util.webapp</groupId>
  <artifactId>org.jbundle.util.webapp.cgi</artifactId>
  <version>1.2.0</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'org.jbundle.util.webapp:org.jbundle.util.webapp.cgi:1.2.0'
Gradle Kotlin
implementation("org.jbundle.util.webapp:org.jbundle.util.webapp.cgi:1.2.0")
Scala SBT
libraryDependencies += "org.jbundle.util.webapp" % "org.jbundle.util.webapp.cgi" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.jbundle.util.webapp', module='org.jbundle.util.webapp.cgi', version='1.2.0')
)
Apache Ivy
<dependency org="org.jbundle.util.webapp" name="org.jbundle.util.webapp.cgi" rev="1.2.0" />
Leiningen
[org.jbundle.util.webapp/org.jbundle.util.webapp.cgi "1.2.0"]
Apache Buildr
'org.jbundle.util.webapp:org.jbundle.util.webapp.cgi:jar:1.2.0'