MVN

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

Maven & Gradle

Aug 01, 2011
1 usages

Ocean Maven Plugin · 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 (available separately), and support for easier unit testing using the same Java 5 annotations and runtime dynamic proxies for parameter injection.

<dependency>
    <groupId>au.net.ocean.maven.plugin</groupId>
    <artifactId>maven-plugin</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of au.net.ocean.maven.plugin : maven-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of au.net.ocean.maven.plugin : maven-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1
maven-plugin-1.1
1.0
maven-plugin-1.0

How to add a dependency to Maven

Add the following au.net.ocean.maven.plugin : maven-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>au.net.ocean.maven.plugin</groupId>
    <artifactId>maven-plugin</artifactId>
    <version>1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following au.net.ocean.maven.plugin : maven-plugin gradle dependency to your build.gradle file:

implementation 'au.net.ocean.maven.plugin:maven-plugin:1.1'

Gradle Kotlin DSL: Add the following au.net.ocean.maven.plugin : maven-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("au.net.ocean.maven.plugin:maven-plugin:1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following au.net.ocean.maven.plugin : maven-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "au.net.ocean.maven.plugin" % "maven-plugin" % "1.1"

Advertisement

Dependencies from Group

Discover Dependencies

Sep 14, 2009
1 usages
css
Feb 27, 2014
1 usages
Nov 13, 2013
1 usages
39 stars
Nov 19, 2014
1 usages
2 stars
Sep 27, 2012
1 usages
1 stars
Jul 18, 2013
1 usages
2k stars
Aug 21, 2013
1 usages
Jan 08, 2012
1 usages
Feb 25, 2014
2 usages
0 stars