w

war-http2

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