License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.marvelution.maven.plugins |
ArtifactId | ArtifactIdmaven-plugins |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMaven 2.x Plugins
Parent Maven project for all Maven 2.x plugins developed by Marvelution
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
maven-plugins-1.1.pom | 6 KB |
maven-plugins-1.1-tests.jar | 3 KB |
maven-plugins-1.1-site.xml | 363 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.marvelution.maven.plugins/maven-plugins/ -->
<dependency>
<groupId>com.marvelution.maven.plugins</groupId>
<artifactId>maven-plugins</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.marvelution.maven.plugins/maven-plugins/
implementation 'com.marvelution.maven.plugins:maven-plugins:1.1'
// https://jarcasting.com/artifacts/com.marvelution.maven.plugins/maven-plugins/
implementation ("com.marvelution.maven.plugins:maven-plugins:1.1")
'com.marvelution.maven.plugins:maven-plugins:jar:1.1'
<dependency org="com.marvelution.maven.plugins" name="maven-plugins" rev="1.1">
<artifact name="maven-plugins" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.marvelution.maven.plugins', module='maven-plugins', version='1.1')
)
libraryDependencies += "com.marvelution.maven.plugins" % "maven-plugins" % "1.1"
[com.marvelution.maven.plugins/maven-plugins "1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.marvelution.maven : maven-utils | jar | 1.1 |
com.marvelution : marvelution-utils | jar | 1.1 |
org.apache.maven : maven-plugin-api | jar | 2.0.10 |
org.apache.maven : maven-project | jar | 2.0.10 |
Group / Artifact | Type | Version |
---|---|---|
com.marvelution.maven : maven-test-utils | jar | 1.1 |
junit : junit | jar | 3.8.2 |
jmock : jmock | jar | 1.0.1 |
jmock : jmock-cglib | jar | 1.0.1 |
org.apache.maven.plugin-testing : maven-plugin-testing-harness | jar | 1.2 |
org.apache.maven.plugin-testing : maven-plugin-testing-tools | jar | 1.2 |