License |
License |
---|---|
GroupId | GroupIdorg.ops4j.pax |
ArtifactId | ArtifactIdweb |
Version | Version7.4.1 |
Type | Typepom |
Description |
DescriptionOPS4J Pax 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/.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
web-7.4.1.pom | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ops4j.pax/web/ -->
<dependency>
<groupId>org.ops4j.pax</groupId>
<artifactId>web</artifactId>
<version>7.4.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax/web/
implementation 'org.ops4j.pax:web:7.4.1'
// https://jarcasting.com/artifacts/org.ops4j.pax/web/
implementation ("org.ops4j.pax:web:7.4.1")
'org.ops4j.pax:web:pom:7.4.1'
<dependency org="org.ops4j.pax" name="web" rev="7.4.1">
<artifact name="web" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax', module='web', version='7.4.1')
)
libraryDependencies += "org.ops4j.pax" % "web" % "7.4.1"
[org.ops4j.pax/web "7.4.1"]