is not current version
Last Version 1.2

au.net.ocean.maven.plugin:maven-plugin-tools 1.0

Maven Plugin Tools are a library of utility classes to aid in the development and testing of plugins for Maven 2. Key features include support for Java 5 annotation based descriptor generation via an annotation extractor, and support for easier unit testing using the same Java 5 annotations and runtime dynamic proxies for parameter injection.

Categories

Categories

Maven Build Tools Net
GroupId

GroupId

au.net.ocean.maven.plugin
ArtifactId

ArtifactId

maven-plugin-tools
Version

Version

1.0
Type

Type

jar

Download maven-plugin-tools 1.0


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