MVN

org.ops4j.pax.web.samples : http-custom-context

Maven & Gradle

Jul 26, 2023
2 usages
134 stars

OPS4J Pax Web HttpService Samples - Custom Context

<dependency>
    <groupId>org.ops4j.pax.web.samples</groupId>
    <artifactId>http-custom-context</artifactId>
    <version>9.0.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ops4j.pax.web.samples : http-custom-context to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 9.0.10

All Versions

Choose a version of org.ops4j.pax.web.samples : http-custom-context to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
9.0.x
http-custom-context-9.0.10
http-custom-context-9.0.9
http-custom-context-9.0.8
http-custom-context-9.0.7
http-custom-context-9.0.6
http-custom-context-9.0.5
http-custom-context-9.0.4
http-custom-context-9.0.3
http-custom-context-9.0.2
http-custom-context-9.0.1
http-custom-context-9.0.0
8.0.x
http-custom-context-8.0.21
http-custom-context-8.0.20
http-custom-context-8.0.19
http-custom-context-8.0.18
http-custom-context-8.0.17
http-custom-context-8.0.16
http-custom-context-8.0.15
http-custom-context-8.0.14
http-custom-context-8.0.13
http-custom-context-8.0.12
http-custom-context-8.0.11
http-custom-context-8.0.10
http-custom-context-8.0.9
http-custom-context-8.0.8
http-custom-context-8.0.7
http-custom-context-8.0.6
http-custom-context-8.0.5
http-custom-context-8.0.4
http-custom-context-8.0.3
http-custom-context-8.0.2
http-custom-context-8.0.1
http-custom-context-8.0.0
7.4.x
http-custom-context-7.4.6
http-custom-context-7.4.5
http-custom-context-7.4.4
http-custom-context-7.4.3
http-custom-context-7.4.2
http-custom-context-7.4.1
http-custom-context-7.4.0
7.3.x
http-custom-context-7.3.28
http-custom-context-7.3.27
http-custom-context-7.3.26
http-custom-context-7.3.25
http-custom-context-7.3.24
http-custom-context-7.3.23
http-custom-context-7.3.22
http-custom-context-7.3.21
http-custom-context-7.3.20
http-custom-context-7.3.19
http-custom-context-7.3.18
http-custom-context-7.3.17
http-custom-context-7.3.16
http-custom-context-7.3.15
http-custom-context-7.3.14
http-custom-context-7.3.13
http-custom-context-7.3.12
http-custom-context-7.3.11
http-custom-context-7.3.10
http-custom-context-7.3.9
http-custom-context-7.3.8
http-custom-context-7.3.7
http-custom-context-7.3.6
http-custom-context-7.3.5
http-custom-context-7.3.4
http-custom-context-7.3.3
http-custom-context-7.3.2
http-custom-context-7.3.1
http-custom-context-7.3.0
7.2.x
http-custom-context-7.2.30
http-custom-context-7.2.29
http-custom-context-7.2.28
http-custom-context-7.2.27
http-custom-context-7.2.26
http-custom-context-7.2.25
http-custom-context-7.2.24
http-custom-context-7.2.23
http-custom-context-7.2.22
http-custom-context-7.2.21
http-custom-context-7.2.20
http-custom-context-7.2.19
http-custom-context-7.2.18
http-custom-context-7.2.17
http-custom-context-7.2.16
http-custom-context-7.2.15
http-custom-context-7.2.14
http-custom-context-7.2.13
http-custom-context-7.2.12
http-custom-context-7.2.11
http-custom-context-7.2.10
http-custom-context-7.2.9
http-custom-context-7.2.8
http-custom-context-7.2.7
http-custom-context-7.2.6
http-custom-context-7.2.5
http-custom-context-7.2.4
http-custom-context-7.2.3
http-custom-context-7.2.2
http-custom-context-7.2.1
http-custom-context-7.2.0
7.1.x
http-custom-context-7.1.1
http-custom-context-7.1.0
7.0.x
http-custom-context-7.0.0
6.1.x
http-custom-context-6.1.2
http-custom-context-6.1.1
http-custom-context-6.1.0
6.0.x
http-custom-context-6.0.12
http-custom-context-6.0.11
http-custom-context-6.0.10
http-custom-context-6.0.9
http-custom-context-6.0.8
http-custom-context-6.0.7
http-custom-context-6.0.6
http-custom-context-6.0.5
http-custom-context-6.0.4
http-custom-context-6.0.3
http-custom-context-6.0.2
http-custom-context-6.0.1
http-custom-context-6.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.ops4j.pax.web.samples</groupId>
    <artifactId>http-custom-context</artifactId>
    <version>9.0.10</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.ops4j.pax.web.samples:http-custom-context:9.0.10'

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

implementation("org.ops4j.pax.web.samples:http-custom-context:9.0.10")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.ops4j.pax.web.samples" % "http-custom-context" % "9.0.10"

Advertisement

Dependencies from Group

Jul 26, 2023
11 usages
134 stars
war
Jul 26, 2023
10 usages
134 stars
Jul 26, 2023
7 usages
134 stars
Jul 26, 2023
6 usages
134 stars

Discover Dependencies

Feb 22, 2019
2 usages
Mar 11, 2017
6 usages
Mar 05, 2017
2 usages
Jul 13, 2023
2 usages
260 stars
May 10, 2017
2 usages
63 stars
May 10, 2017
1 usages
63 stars
Jul 19, 2021
2 usages
1.5k stars
Aug 04, 2021
1 usages
292 stars