Ocean Maven Plugin Tools

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.

Лицензия

Лицензия

The Revised BSD Licence
Категории

Категории

Maven Компиляция и сборка Сеть
Группа

Группа

au.net.ocean.maven.plugin
Идентификатор

Идентификатор

maven-plugin-tools
Последняя версия

Последняя версия

1.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

Ocean Maven Plugin Tools
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.
Организация-разработчик

Организация-разработчик

Ocean

Скачать maven-plugin-tools

Как подключить последнюю версию

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
au.net.ocean.maven.plugin : maven-plugin-annotations jar 1.0
org.apache.maven : maven-plugin-tools-api jar [2.0,)

provided (3)

Идентификатор библиотеки Тип Версия
org.apache.maven : maven-project jar [2.0,)
org.apache.maven : maven-plugin-api jar [2.0,)
org.apache.maven : maven-plugin-descriptor jar [2.0,)

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.2
1.1
1.0