t

the-wab-itself

Files download
File Operation
the-wab-itself-9.0.16.pom download
the-wab-itself-9.0.16-sources.jar download
Apache Maven
<dependency>
  <groupId>org.ops4j.pax.web.samples</groupId>
  <artifactId>the-wab-itself</artifactId>
  <version>9.0.16</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'org.ops4j.pax.web.samples:the-wab-itself:9.0.16'
Gradle Kotlin
implementation("org.ops4j.pax.web.samples:the-wab-itself:9.0.16")
Scala SBT
libraryDependencies += "org.ops4j.pax.web.samples" % "the-wab-itself" % "9.0.16"
Groovy Grape
@Grapes(
  @Grab(group='org.ops4j.pax.web.samples', module='the-wab-itself', version='9.0.16')
)
Apache Ivy
<dependency org="org.ops4j.pax.web.samples" name="the-wab-itself" rev="9.0.16" />
Leiningen
[org.ops4j.pax.web.samples/the-wab-itself "9.0.16"]
Apache Buildr
'org.ops4j.pax.web.samples:the-wab-itself:jar:9.0.16'