MVN

org.apache.maven.plugin-testing : maven-test-tools

Maven & Gradle

Dec 17, 2014
8 usages
12 stars

Maven Testing Tools

<dependency>
    <groupId>org.apache.maven.plugin-testing</groupId>
    <artifactId>maven-test-tools</artifactId>
    <version>3.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.maven.plugin-testing : maven-test-tools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.3.0
  • Latest Alpha: 2.0-alpha-1

All Versions

Choose a version of org.apache.maven.plugin-testing : maven-test-tools to add to Maven or Gradle - All Versions:

  • Version Updated
  • maven-test-tools-3.3.0

    Dec 17, 2014
  • maven-test-tools-3.2.0

    Jul 08, 2014
  • maven-test-tools-3.1.0

    Feb 08, 2014
  • maven-test-tools-3.0.0

    Dec 06, 2013
  • maven-test-tools-2.1

    Sep 24, 2012
  • maven-test-tools-1.3

    Sep 24, 2012
  • maven-test-tools-2.0

    May 23, 2012
  • maven-test-tools-2.0-alpha-1

    Nov 16, 2009
  • maven-test-tools-1.2

    Jul 22, 2008

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.maven.plugin-testing</groupId>
    <artifactId>maven-test-tools</artifactId>
    <version>3.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.maven.plugin-testing : maven-test-tools gradle dependency to your build.gradle file:

implementation 'org.apache.maven.plugin-testing:maven-test-tools:3.3.0'

Gradle Kotlin DSL: Add the following org.apache.maven.plugin-testing : maven-test-tools gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.maven.plugin-testing:maven-test-tools:3.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.maven.plugin-testing : maven-test-tools sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.maven.plugin-testing" % "maven-test-tools" % "3.3.0"