MVN

org.ops4j.pax.web.samples : war-http2

Maven & Gradle

Mar 23, 2023

OPS4J Pax Web WAR Samples - HTTP/2

<dependency>
    <groupId>org.ops4j.pax.web.samples</groupId>
    <artifactId>war-http2</artifactId>
    <version>9.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ops4j.pax.web.samples : war-http2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 9.0.7

All Versions

Choose a version of org.ops4j.pax.web.samples : war-http2 to add to Maven or Gradle - All Versions:

  • Version Updated
  • war-http2-9.0.7

    Mar 23, 2023
  • war-http2-8.0.18

    Mar 23, 2023
  • war-http2-9.0.6

    Feb 27, 2023
  • war-http2-8.0.17

    Feb 27, 2023
  • war-http2-9.0.5

    Feb 24, 2023
  • war-http2-8.0.16

    Feb 24, 2023
  • war-http2-8.0.15

    Jan 05, 2023
  • war-http2-9.0.4

    Nov 25, 2022
  • war-http2-8.0.14

    Nov 25, 2022
  • war-http2-9.0.3

    Nov 17, 2022
  • war-http2-8.0.13

    Nov 17, 2022
  • war-http2-9.0.2

    Nov 07, 2022
  • war-http2-8.0.12

    Nov 07, 2022
  • war-http2-8.0.11

    Oct 10, 2022
  • war-http2-9.0.1

    Sep 27, 2022
  • war-http2-8.0.10

    Sep 27, 2022
  • war-http2-9.0.0

    Sep 14, 2022
  • war-http2-8.0.9

    Sep 14, 2022
  • war-http2-8.0.8

    Sep 13, 2022
  • war-http2-8.0.7

    Sep 01, 2022
  • war-http2-8.0.6

    Jul 06, 2022
  • war-http2-8.0.5

    Jun 29, 2022
  • war-http2-8.0.4

    Jun 01, 2022
  • war-http2-8.0.3

    Apr 29, 2022
  • war-http2-8.0.2

    Apr 08, 2022

How to add a dependency to Maven

Add the following org.ops4j.pax.web.samples : war-http2 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ops4j.pax.web.samples</groupId>
    <artifactId>war-http2</artifactId>
    <version>9.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ops4j.pax.web.samples : war-http2 gradle dependency to your build.gradle file:

implementation 'org.ops4j.pax.web.samples:war-http2:9.0.7'

Gradle Kotlin DSL: Add the following org.ops4j.pax.web.samples : war-http2 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ops4j.pax.web.samples:war-http2:9.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ops4j.pax.web.samples : war-http2 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ops4j.pax.web.samples" % "war-http2" % "9.0.7"