| Лицензия |
Лицензия
The Revised BSD Licence
|
|---|---|
| Категории |
КатегорииMaven Компиляция и сборка Сеть |
| Группа | Группаau.net.ocean.maven.plugin |
| Идентификатор | Идентификаторmaven-plugin-annotations |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеOcean Maven Plugin Annotations
Java 5 annotation based implementation of Maven's Javadoc descriptor generation tags.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| maven-plugin-annotations-1.0.pom | |
| maven-plugin-annotations-1.0.jar | 8 KB |
| maven-plugin-annotations-1.0-sources.jar | 10 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/au.net.ocean.maven.plugin/maven-plugin-annotations/ -->
<dependency>
<groupId>au.net.ocean.maven.plugin</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/au.net.ocean.maven.plugin/maven-plugin-annotations/
implementation 'au.net.ocean.maven.plugin:maven-plugin-annotations:1.0'
// https://jarcasting.com/artifacts/au.net.ocean.maven.plugin/maven-plugin-annotations/
implementation ("au.net.ocean.maven.plugin:maven-plugin-annotations:1.0")
'au.net.ocean.maven.plugin:maven-plugin-annotations:jar:1.0'
<dependency org="au.net.ocean.maven.plugin" name="maven-plugin-annotations" rev="1.0">
<artifact name="maven-plugin-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='au.net.ocean.maven.plugin', module='maven-plugin-annotations', version='1.0')
)
libraryDependencies += "au.net.ocean.maven.plugin" % "maven-plugin-annotations" % "1.0"
[au.net.ocean.maven.plugin/maven-plugin-annotations "1.0"]