| License |
License |
|---|---|
| GroupId | GroupIdorg.ops4j.pax |
| ArtifactId | ArtifactIdweb |
| Last Version | Last Version8.0.4 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionOPS4J Pax Web
Pax Web - OPS4J implementation of OSGi HTTP service and OSGi HTTP Whiteboard service
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| web-8.0.4.pom | 10 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.ops4j.pax/web/ -->
<dependency>
<groupId>org.ops4j.pax</groupId>
<artifactId>web</artifactId>
<version>8.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax/web/
implementation 'org.ops4j.pax:web:8.0.4'
// https://jarcasting.com/artifacts/org.ops4j.pax/web/
implementation ("org.ops4j.pax:web:8.0.4")
'org.ops4j.pax:web:pom:8.0.4'
<dependency org="org.ops4j.pax" name="web" rev="8.0.4">
<artifact name="web" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax', module='web', version='8.0.4')
)
libraryDependencies += "org.ops4j.pax" % "web" % "8.0.4"
[org.ops4j.pax/web "8.0.4"]