t

the-wab-itself

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