| License |
License |
|---|---|
| GroupId | GroupIdorg.ops4j.pax.web.samples |
| ArtifactId | ArtifactIdpax-web-sample-war |
| Version | Version5.0.0.M1 |
| Type | Typewar |
| Description |
DescriptionOPS4J Pax Web - Sample with non-OSGi WAR
OSGi Web Applications and Http Service and Java EE 7 integration
|
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.ops4j.pax.web.samples/pax-web-sample-war/ -->
<dependency>
<groupId>org.ops4j.pax.web.samples</groupId>
<artifactId>pax-web-sample-war</artifactId>
<version>5.0.0.M1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax.web.samples/pax-web-sample-war/
implementation 'org.ops4j.pax.web.samples:pax-web-sample-war:5.0.0.M1'
// https://jarcasting.com/artifacts/org.ops4j.pax.web.samples/pax-web-sample-war/
implementation ("org.ops4j.pax.web.samples:pax-web-sample-war:5.0.0.M1")
'org.ops4j.pax.web.samples:pax-web-sample-war:war:5.0.0.M1'
<dependency org="org.ops4j.pax.web.samples" name="pax-web-sample-war" rev="5.0.0.M1">
<artifact name="pax-web-sample-war" type="war" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.web.samples', module='pax-web-sample-war', version='5.0.0.M1')
)
libraryDependencies += "org.ops4j.pax.web.samples" % "pax-web-sample-war" % "5.0.0.M1"
[org.ops4j.pax.web.samples/pax-web-sample-war "5.0.0.M1"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.1.0 |