MVN

org.opendaylight.aaa.web : web-jetty-impl

Maven & Gradle

Jul 27, 2023
4 usages

ODL :: aaa :: web-jetty-impl

<dependency>
    <groupId>org.opendaylight.aaa.web</groupId>
    <artifactId>web-jetty-impl</artifactId>
    <version>0.17.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opendaylight.aaa.web : web-jetty-impl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.17.11

All Versions

Choose a version of org.opendaylight.aaa.web : web-jetty-impl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.18.x
web-jetty-impl-0.18.0
0.17.x
web-jetty-impl-0.17.11
web-jetty-impl-0.17.10
web-jetty-impl-0.17.9
web-jetty-impl-0.17.8
web-jetty-impl-0.17.7
web-jetty-impl-0.17.6
web-jetty-impl-0.17.5
web-jetty-impl-0.17.4
web-jetty-impl-0.17.3
web-jetty-impl-0.17.2
web-jetty-impl-0.17.1
web-jetty-impl-0.17.0
0.16.x
web-jetty-impl-0.16.9
web-jetty-impl-0.16.8
web-jetty-impl-0.16.7
web-jetty-impl-0.16.6
web-jetty-impl-0.16.5
web-jetty-impl-0.16.4
web-jetty-impl-0.16.3
web-jetty-impl-0.16.2
web-jetty-impl-0.16.1
web-jetty-impl-0.16.0
0.15.x
web-jetty-impl-0.15.9
web-jetty-impl-0.15.8
web-jetty-impl-0.15.7
web-jetty-impl-0.15.6
web-jetty-impl-0.15.5
web-jetty-impl-0.15.4
web-jetty-impl-0.15.3
web-jetty-impl-0.15.2
web-jetty-impl-0.15.1
web-jetty-impl-0.15.0
0.14.x
web-jetty-impl-0.14.14
web-jetty-impl-0.14.13
web-jetty-impl-0.14.12
web-jetty-impl-0.14.11
web-jetty-impl-0.14.10
web-jetty-impl-0.14.9
web-jetty-impl-0.14.8
web-jetty-impl-0.14.7
web-jetty-impl-0.14.6
web-jetty-impl-0.14.5
web-jetty-impl-0.14.4
web-jetty-impl-0.14.3
web-jetty-impl-0.14.2
web-jetty-impl-0.14.1
web-jetty-impl-0.14.0
0.13.x
web-jetty-impl-0.13.11
web-jetty-impl-0.13.10
web-jetty-impl-0.13.9
web-jetty-impl-0.13.8
web-jetty-impl-0.13.7
web-jetty-impl-0.13.6
web-jetty-impl-0.13.5
web-jetty-impl-0.13.4
web-jetty-impl-0.13.3
web-jetty-impl-0.13.2
web-jetty-impl-0.13.1
web-jetty-impl-0.13.0
0.12.x
web-jetty-impl-0.12.4
web-jetty-impl-0.12.3
web-jetty-impl-0.12.2
web-jetty-impl-0.12.1
web-jetty-impl-0.12.0
0.11.x
web-jetty-impl-0.11.3
web-jetty-impl-0.11.2
web-jetty-impl-0.11.1
web-jetty-impl-0.11.0
0.10.x
web-jetty-impl-0.10.4
web-jetty-impl-0.10.3
web-jetty-impl-0.10.2
web-jetty-impl-0.10.1
web-jetty-impl-0.10.0
0.9.x
web-jetty-impl-0.9.3
web-jetty-impl-0.9.2
web-jetty-impl-0.9.1
web-jetty-impl-0.9.0
0.8.x
web-jetty-impl-0.8.3
web-jetty-impl-0.8.2
web-jetty-impl-0.8.1
web-jetty-impl-0.8.0

How to add a dependency to Maven

Add the following org.opendaylight.aaa.web : web-jetty-impl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.opendaylight.aaa.web</groupId>
    <artifactId>web-jetty-impl</artifactId>
    <version>0.17.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opendaylight.aaa.web : web-jetty-impl gradle dependency to your build.gradle file:

implementation 'org.opendaylight.aaa.web:web-jetty-impl:0.17.11'

Gradle Kotlin DSL: Add the following org.opendaylight.aaa.web : web-jetty-impl gradle kotlin dependency to your build.gradle.kts file:

implementation("org.opendaylight.aaa.web:web-jetty-impl:0.17.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opendaylight.aaa.web : web-jetty-impl sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opendaylight.aaa.web" % "web-jetty-impl" % "0.17.11"

Advertisement