MVN

org.apache.rave.integration-tests : rave-admin-tests

Maven & Gradle

Dec 23, 2013

Apache Rave :: rave-admin-tests · Integration tests for administrative functions

<dependency>
    <groupId>org.apache.rave.integration-tests</groupId>
    <artifactId>rave-admin-tests</artifactId>
    <version>0.23</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.rave.integration-tests : rave-admin-tests to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.23

All Versions

Choose a version of org.apache.rave.integration-tests : rave-admin-tests to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.23
rave-admin-tests-0.23
0.22
rave-admin-tests-0.22
0.21.x
rave-admin-tests-0.21.1
0.20.x
rave-admin-tests-0.20.1
0.20
rave-admin-tests-0.20
0.19
rave-admin-tests-0.19
0.18
rave-admin-tests-0.18
0.16
rave-admin-tests-0.16
0.15
rave-admin-tests-0.15
0.14
rave-admin-tests-0.14
0.12
rave-admin-tests-0.12

How to add a dependency to Maven

Add the following org.apache.rave.integration-tests : rave-admin-tests maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.rave.integration-tests</groupId>
    <artifactId>rave-admin-tests</artifactId>
    <version>0.23</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.rave.integration-tests : rave-admin-tests gradle dependency to your build.gradle file:

implementation 'org.apache.rave.integration-tests:rave-admin-tests:0.23'

Gradle Kotlin DSL: Add the following org.apache.rave.integration-tests : rave-admin-tests gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.rave.integration-tests:rave-admin-tests:0.23")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.rave.integration-tests : rave-admin-tests sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.rave.integration-tests" % "rave-admin-tests" % "0.23"