is not current version
Last Version 8.0.4

org.ops4j.pax.web.samples:helloworld-servlet3 4.3.6


GroupId

GroupId

org.ops4j.pax.web.samples
ArtifactId

ArtifactId

helloworld-servlet3
Version

Version

4.3.6
Type

Type

war

Download helloworld-servlet3 4.3.6


<!-- https://jarcasting.com/artifacts/org.ops4j.pax.web.samples/helloworld-servlet3/ -->
<dependency>
    <groupId>org.ops4j.pax.web.samples</groupId>
    <artifactId>helloworld-servlet3</artifactId>
    <version>4.3.6</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax.web.samples/helloworld-servlet3/
implementation 'org.ops4j.pax.web.samples:helloworld-servlet3:4.3.6'
// https://jarcasting.com/artifacts/org.ops4j.pax.web.samples/helloworld-servlet3/
implementation ("org.ops4j.pax.web.samples:helloworld-servlet3:4.3.6")
'org.ops4j.pax.web.samples:helloworld-servlet3:war:4.3.6'
<dependency org="org.ops4j.pax.web.samples" name="helloworld-servlet3" rev="4.3.6">
  <artifact name="helloworld-servlet3" type="war" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.web.samples', module='helloworld-servlet3', version='4.3.6')
)
libraryDependencies += "org.ops4j.pax.web.samples" % "helloworld-servlet3" % "4.3.6"
[org.ops4j.pax.web.samples/helloworld-servlet3 "4.3.6"]