| License |
License |
|---|---|
| Categories |
CategoriesMaven Build Tools |
| GroupId | GroupIdorg.apache.maven.plugin-testing |
| ArtifactId | ArtifactIdmaven-plugin-testing-tools |
| Version | Version3.3.0 |
| Type | Typejar |
| Description |
DescriptionMaven Plugin Testing Tools
The Maven Plugin Testing contains the necessary modules to be able to test Maven Plugins.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.apache.maven.plugin-testing/maven-plugin-testing-tools/ -->
<dependency>
<groupId>org.apache.maven.plugin-testing</groupId>
<artifactId>maven-plugin-testing-tools</artifactId>
<version>3.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.maven.plugin-testing/maven-plugin-testing-tools/
implementation 'org.apache.maven.plugin-testing:maven-plugin-testing-tools:3.3.0'
// https://jarcasting.com/artifacts/org.apache.maven.plugin-testing/maven-plugin-testing-tools/
implementation ("org.apache.maven.plugin-testing:maven-plugin-testing-tools:3.3.0")
'org.apache.maven.plugin-testing:maven-plugin-testing-tools:jar:3.3.0'
<dependency org="org.apache.maven.plugin-testing" name="maven-plugin-testing-tools" rev="3.3.0">
<artifact name="maven-plugin-testing-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.maven.plugin-testing', module='maven-plugin-testing-tools', version='3.3.0')
)
libraryDependencies += "org.apache.maven.plugin-testing" % "maven-plugin-testing-tools" % "3.3.0"
[org.apache.maven.plugin-testing/maven-plugin-testing-tools "3.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.maven.shared : maven-invoker | jar | 2.0.11 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.codehaus.plexus : plexus-utils | jar | 3.0.15 |
| org.apache.maven : maven-model | jar | 3.2.5 |
| org.apache.maven : maven-core | jar | 3.2.5 |
| org.apache.maven : maven-compat | jar | 3.2.5 |
| org.apache.maven : maven-aether-provider | jar | 3.2.5 |
| junit : junit | jar | 4.11 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.maven.plugin-testing : maven-test-tools | jar | 3.3.0 |
| org.apache.maven.wagon : wagon-file | jar | 2.1 |