MVN

org.ops4j.pax.web.samples : limit-post-config-fragment-undertow

Maven & Gradle

Jul 26, 2023
3 usages
134 stars

OPS4J Pax Web Config Samples - Undertow POST config

<dependency>
    <groupId>org.ops4j.pax.web.samples</groupId>
    <artifactId>limit-post-config-fragment-undertow</artifactId>
    <version>9.0.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ops4j.pax.web.samples : limit-post-config-fragment-undertow to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 9.0.10

All Versions

Choose a version of org.ops4j.pax.web.samples : limit-post-config-fragment-undertow to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
9.0.x
limit-post-config-fragment-undertow-9.0.10
limit-post-config-fragment-undertow-9.0.9
limit-post-config-fragment-undertow-9.0.8
limit-post-config-fragment-undertow-9.0.7
limit-post-config-fragment-undertow-9.0.6
limit-post-config-fragment-undertow-9.0.5
limit-post-config-fragment-undertow-9.0.4
limit-post-config-fragment-undertow-9.0.3
limit-post-config-fragment-undertow-9.0.2
limit-post-config-fragment-undertow-9.0.1
limit-post-config-fragment-undertow-9.0.0
8.0.x
limit-post-config-fragment-undertow-8.0.21
limit-post-config-fragment-undertow-8.0.20
limit-post-config-fragment-undertow-8.0.19
limit-post-config-fragment-undertow-8.0.18
limit-post-config-fragment-undertow-8.0.17
limit-post-config-fragment-undertow-8.0.16
limit-post-config-fragment-undertow-8.0.15
limit-post-config-fragment-undertow-8.0.14
limit-post-config-fragment-undertow-8.0.13
limit-post-config-fragment-undertow-8.0.12
limit-post-config-fragment-undertow-8.0.11
limit-post-config-fragment-undertow-8.0.10
limit-post-config-fragment-undertow-8.0.9
limit-post-config-fragment-undertow-8.0.8
limit-post-config-fragment-undertow-8.0.7
limit-post-config-fragment-undertow-8.0.6
limit-post-config-fragment-undertow-8.0.5
limit-post-config-fragment-undertow-8.0.4
limit-post-config-fragment-undertow-8.0.3
limit-post-config-fragment-undertow-8.0.2
limit-post-config-fragment-undertow-8.0.1
limit-post-config-fragment-undertow-8.0.0

How to add a dependency to Maven

Add the following org.ops4j.pax.web.samples : limit-post-config-fragment-undertow maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ops4j.pax.web.samples</groupId>
    <artifactId>limit-post-config-fragment-undertow</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 : limit-post-config-fragment-undertow gradle dependency to your build.gradle file:

implementation 'org.ops4j.pax.web.samples:limit-post-config-fragment-undertow:9.0.10'

Gradle Kotlin DSL: Add the following org.ops4j.pax.web.samples : limit-post-config-fragment-undertow gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ops4j.pax.web.samples:limit-post-config-fragment-undertow:9.0.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ops4j.pax.web.samples : limit-post-config-fragment-undertow sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ops4j.pax.web.samples" % "limit-post-config-fragment-undertow" % "9.0.10"

Advertisement