MVN

org.mortbay.jetty.testwars : test-war-nativeaccess

Maven & Gradle

Mar 15, 2013
1 usages

Jetty :: Verifier Tests :: Native Access Webapp

<dependency>
    <groupId>org.mortbay.jetty.testwars</groupId>
    <artifactId>test-war-nativeaccess</artifactId>
    <version>9.0.0.v20130315</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mortbay.jetty.testwars : test-war-nativeaccess to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 9.0.0.v20130315
  • Latest Release Candidate: 8.1.0.RC5

All Versions

Choose a version of org.mortbay.jetty.testwars : test-war-nativeaccess to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
9.0.x
test-war-nativeaccess-9.0.0.v20130315
test-war-nativeaccess-9.0.0.v20120203
8.1.x
test-war-nativeaccess-8.1.0.v20120127
test-war-nativeaccess-8.1.0.RC5
test-war-nativeaccess-8.1.0.RC4
test-war-nativeaccess-8.1.0.RC2
test-war-nativeaccess-8.1.0.RC1
test-war-nativeaccess-8.1.0.RC0
8.0.x
test-war-nativeaccess-8.0.4.v20111024
test-war-nativeaccess-8.0.3.v20111011
test-war-nativeaccess-8.0.2.v20111006
test-war-nativeaccess-8.0.1.v20110908
test-war-nativeaccess-8.0.0.v20110901
test-war-nativeaccess-8.0.0.RC0
test-war-nativeaccess-8.0.0.M3
7.6.x
test-war-nativeaccess-7.6.0.v20120127
test-war-nativeaccess-7.6.0.RC5
test-war-nativeaccess-7.6.0.RC4
test-war-nativeaccess-7.6.0.RC3
test-war-nativeaccess-7.6.0.RC2
test-war-nativeaccess-7.6.0.RC1
test-war-nativeaccess-7.6.0.RC0
7.5.x
test-war-nativeaccess-7.5.4.v20111024
test-war-nativeaccess-7.5.3.v20111011
test-war-nativeaccess-7.5.2.v20111006
test-war-nativeaccess-7.5.1.v20110908
test-war-nativeaccess-7.5.0.v20110901
test-war-nativeaccess-7.5.0.RC2
test-war-nativeaccess-7.5.0.RC1
test-war-nativeaccess-7.5.0.RC0
7.4.x
test-war-nativeaccess-7.4.5.v20110725
test-war-nativeaccess-7.4.4.v20110707
test-war-nativeaccess-7.4.3.v20110701
test-war-nativeaccess-7.4.2.v20110526
test-war-nativeaccess-7.4.1.v20110513
test-war-nativeaccess-7.4.0.v20110414
test-war-nativeaccess-7.4.0.RC0
7.3.x
test-war-nativeaccess-7.3.1.v20110307

How to add a dependency to Maven

Add the following org.mortbay.jetty.testwars : test-war-nativeaccess maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.mortbay.jetty.testwars</groupId>
    <artifactId>test-war-nativeaccess</artifactId>
    <version>9.0.0.v20130315</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mortbay.jetty.testwars : test-war-nativeaccess gradle dependency to your build.gradle file:

implementation 'org.mortbay.jetty.testwars:test-war-nativeaccess:9.0.0.v20130315'

Gradle Kotlin DSL: Add the following org.mortbay.jetty.testwars : test-war-nativeaccess gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mortbay.jetty.testwars:test-war-nativeaccess:9.0.0.v20130315")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mortbay.jetty.testwars : test-war-nativeaccess sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mortbay.jetty.testwars" % "test-war-nativeaccess" % "9.0.0.v20130315"

Advertisement