License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.simpligility.org.apache.maven.plugin-testing |
ArtifactId | ArtifactIdmaven-plugin-testing-tools |
Version | Version3.0.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/com.simpligility.org.apache.maven.plugin-testing/maven-plugin-testing-tools/ -->
<dependency>
<groupId>com.simpligility.org.apache.maven.plugin-testing</groupId>
<artifactId>maven-plugin-testing-tools</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.simpligility.org.apache.maven.plugin-testing/maven-plugin-testing-tools/
implementation 'com.simpligility.org.apache.maven.plugin-testing:maven-plugin-testing-tools:3.0.0'
// https://jarcasting.com/artifacts/com.simpligility.org.apache.maven.plugin-testing/maven-plugin-testing-tools/
implementation ("com.simpligility.org.apache.maven.plugin-testing:maven-plugin-testing-tools:3.0.0")
'com.simpligility.org.apache.maven.plugin-testing:maven-plugin-testing-tools:jar:3.0.0'
<dependency org="com.simpligility.org.apache.maven.plugin-testing" name="maven-plugin-testing-tools" rev="3.0.0">
<artifact name="maven-plugin-testing-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.simpligility.org.apache.maven.plugin-testing', module='maven-plugin-testing-tools', version='3.0.0')
)
libraryDependencies += "com.simpligility.org.apache.maven.plugin-testing" % "maven-plugin-testing-tools" % "3.0.0"
[com.simpligility.org.apache.maven.plugin-testing/maven-plugin-testing-tools "3.0.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.1.1 |
org.apache.maven : maven-core | jar | 3.1.1 |
org.apache.maven : maven-compat | jar | 3.1.1 |
org.apache.maven : maven-aether-provider | jar | 3.1.1 |
junit : junit | jar | 4.11 |
Group / Artifact | Type | Version |
---|---|---|
com.simpligility.org.apache.maven.plugin-testing : maven-test-tools | jar | 3.0.0 |
org.apache.maven.wagon : wagon-file | jar | 2.1 |