| GroupId | GroupIdorg.ops4j.pax.web.samples |
|---|---|
| ArtifactId | ArtifactIdhelloworld-servlet3 |
| Version | Version7.2.2 |
| Type | Typewar |
| Filename | Size |
|---|---|
| helloworld-servlet3-7.2.2.pom | |
| helloworld-servlet3-7.2.2.war | 15 KB |
| helloworld-servlet3-7.2.2-sources.jar | 4 KB |
| helloworld-servlet3-7.2.2-javadoc.jar | 36 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.ops4j.pax.web.samples/helloworld-servlet3/ -->
<dependency>
<groupId>org.ops4j.pax.web.samples</groupId>
<artifactId>helloworld-servlet3</artifactId>
<version>7.2.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.ops4j.pax.web.samples/helloworld-servlet3/
implementation 'org.ops4j.pax.web.samples:helloworld-servlet3:7.2.2'
// https://jarcasting.com/artifacts/org.ops4j.pax.web.samples/helloworld-servlet3/
implementation ("org.ops4j.pax.web.samples:helloworld-servlet3:7.2.2")
'org.ops4j.pax.web.samples:helloworld-servlet3:war:7.2.2'
<dependency org="org.ops4j.pax.web.samples" name="helloworld-servlet3" rev="7.2.2">
<artifact name="helloworld-servlet3" type="war" />
</dependency>
@Grapes(
@Grab(group='org.ops4j.pax.web.samples', module='helloworld-servlet3', version='7.2.2')
)
libraryDependencies += "org.ops4j.pax.web.samples" % "helloworld-servlet3" % "7.2.2"
[org.ops4j.pax.web.samples/helloworld-servlet3 "7.2.2"]