не последняя версия
Последняя версия 8.0.4

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


Группа

Группа

org.ops4j.pax.web.samples
Идентификатор

Идентификатор

helloworld-servlet3
Версия

Версия

3.2.3
Тип

Тип

war

Скачать helloworld-servlet3 3.2.3


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