p

pax-web-jetty

Pax Web is a OSGi Http Service based on Jetty 6. Detailed information to be found at http://wiki.ops4j.org/confluence/x/AYAz.
文件下载
文件名 操作
pax-web-jetty-2.1.4.jar 下载
pax-web-jetty-2.1.4.pom 下载
pax-web-jetty-2.1.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.ops4j.pax.web</groupId>
  <artifactId>pax-web-jetty</artifactId>
  <version>2.1.4</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.ops4j.pax.web:pax-web-jetty:2.1.4'
Gradle Kotlin
implementation("org.ops4j.pax.web:pax-web-jetty:2.1.4")
Scala SBT
libraryDependencies += "org.ops4j.pax.web" % "pax-web-jetty" % "2.1.4"
Groovy Grape
@Grapes(
  @Grab(group='org.ops4j.pax.web', module='pax-web-jetty', version='2.1.4')
)
Apache Ivy
<dependency org="org.ops4j.pax.web" name="pax-web-jetty" rev="2.1.4" />
Leiningen
[org.ops4j.pax.web/pax-web-jetty "2.1.4"]
Apache Buildr
'org.ops4j.pax.web:pax-web-jetty:jar:2.1.4'