w

web

Pax Web - OPS4J implementation of OSGi HTTP service using Jetty 9 or Tomcat 7. Detailed information to be found at http://team.ops4j.org/wiki/display/paxweb/.
http://team.ops4j.org/wiki/display/paxweb/
Niclas Hedhman Alin Dreghiciu Achim Nierbeck Jean-Baptiste Onofre Grzegorz Grzybek
文件下载
文件名 操作
web-7.2.6.pom 下载
Apache Maven
<dependency>
  <groupId>org.ops4j.pax</groupId>
  <artifactId>web</artifactId>
  <version>7.2.6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.ops4j.pax:web:7.2.6'
Gradle Kotlin
implementation("org.ops4j.pax:web:7.2.6")
Scala SBT
libraryDependencies += "org.ops4j.pax" % "web" % "7.2.6"
Groovy Grape
@Grapes(
  @Grab(group='org.ops4j.pax', module='web', version='7.2.6')
)
Apache Ivy
<dependency org="org.ops4j.pax" name="web" rev="7.2.6" />
Leiningen
[org.ops4j.pax/web "7.2.6"]
Apache Buildr
'org.ops4j.pax:web:jar:7.2.6'