MVN

org.apache.juneau : juneau-rest-test

Maven & Gradle

Jul 12, 2017

Apache Juneau REST Tests · Tests for Juneau Client and Server.

<dependency>
    <groupId>org.apache.juneau</groupId>
    <artifactId>juneau-rest-test</artifactId>
    <version>6.3.1-incubating</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.juneau : juneau-rest-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.3.1-incubating

All Versions

Choose a version of org.apache.juneau : juneau-rest-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.3.x
juneau-rest-test-6.3.1-incubating
juneau-rest-test-6.3.0-incubating
6.2.x
juneau-rest-test-6.2.0-incubating
6.1.x
juneau-rest-test-6.1.0-incubating

How to add a dependency to Maven

Add the following org.apache.juneau : juneau-rest-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.juneau</groupId>
    <artifactId>juneau-rest-test</artifactId>
    <version>6.3.1-incubating</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.juneau : juneau-rest-test gradle dependency to your build.gradle file:

implementation 'org.apache.juneau:juneau-rest-test:6.3.1-incubating'

Gradle Kotlin DSL: Add the following org.apache.juneau : juneau-rest-test gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.juneau:juneau-rest-test:6.3.1-incubating")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.juneau : juneau-rest-test sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.juneau" % "juneau-rest-test" % "6.3.1-incubating"

Advertisement