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