MVN

org.commonjava.aprox : aprox-ftests-dot-maven

Maven & Gradle

Oct 16, 2015
3 usages

AProx :: dotMaven :: Functional Tests

<dependency>
    <groupId>org.commonjava.aprox</groupId>
    <artifactId>aprox-ftests-dot-maven</artifactId>
    <version>0.25.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.commonjava.aprox : aprox-ftests-dot-maven to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.25.1

All Versions

Choose a version of org.commonjava.aprox : aprox-ftests-dot-maven to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.25.x
aprox-ftests-dot-maven-0.25.1
aprox-ftests-dot-maven-0.25.0
0.24.x
aprox-ftests-dot-maven-0.24.0
0.23.x
aprox-ftests-dot-maven-0.23.2
aprox-ftests-dot-maven-0.23.1
aprox-ftests-dot-maven-0.23.0
0.22.x
aprox-ftests-dot-maven-0.22.0
0.21.x
aprox-ftests-dot-maven-0.21.0
0.20.x
aprox-ftests-dot-maven-0.20.0

How to add a dependency to Maven

Add the following org.commonjava.aprox : aprox-ftests-dot-maven maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.commonjava.aprox</groupId>
    <artifactId>aprox-ftests-dot-maven</artifactId>
    <version>0.25.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.commonjava.aprox : aprox-ftests-dot-maven gradle dependency to your build.gradle file:

implementation 'org.commonjava.aprox:aprox-ftests-dot-maven:0.25.1'

Gradle Kotlin DSL: Add the following org.commonjava.aprox : aprox-ftests-dot-maven gradle kotlin dependency to your build.gradle.kts file:

implementation("org.commonjava.aprox:aprox-ftests-dot-maven:0.25.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.commonjava.aprox : aprox-ftests-dot-maven sbt scala dependency to your build.sbt file:

libraryDependencies += "org.commonjava.aprox" % "aprox-ftests-dot-maven" % "0.25.1"

Advertisement