Last Version

Maven Testing Tools 3.3.0

The Maven Plugin Testing contains the necessary modules to be able to test Maven Plugins.

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

org.apache.maven.plugin-testing
ArtifactId

ArtifactId

maven-test-tools
Version

Version

3.3.0
Type

Type

jar
Description

Description

Maven Testing Tools
The Maven Plugin Testing contains the necessary modules to be able to test Maven Plugins.
Project URL

Project URL

http://maven.apache.org/plugin-testing/maven-test-tools/
Project Organization

Project Organization

The Apache Software Foundation

Download maven-test-tools 3.3.0


<!-- https://jarcasting.com/artifacts/org.apache.maven.plugin-testing/maven-test-tools/ -->
<dependency>
    <groupId>org.apache.maven.plugin-testing</groupId>
    <artifactId>maven-test-tools</artifactId>
    <version>3.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.maven.plugin-testing/maven-test-tools/
implementation 'org.apache.maven.plugin-testing:maven-test-tools:3.3.0'
// https://jarcasting.com/artifacts/org.apache.maven.plugin-testing/maven-test-tools/
implementation ("org.apache.maven.plugin-testing:maven-test-tools:3.3.0")
'org.apache.maven.plugin-testing:maven-test-tools:jar:3.3.0'
<dependency org="org.apache.maven.plugin-testing" name="maven-test-tools" rev="3.3.0">
  <artifact name="maven-test-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.maven.plugin-testing', module='maven-test-tools', version='3.3.0')
)
libraryDependencies += "org.apache.maven.plugin-testing" % "maven-test-tools" % "3.3.0"
[org.apache.maven.plugin-testing/maven-test-tools "3.3.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.easymock : easymock jar 3.2

provided (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.codehaus.plexus : plexus-utils jar 3.0.15

Project Modules

There are no modules declared in this project.