License |
License
The Revised BSD Licence
|
---|---|
Categories |
CategoriesMaven Build Tools Net |
GroupId | GroupIdau.net.ocean.maven.plugin |
ArtifactId | ArtifactIdmaven-plugin-annotations |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOcean Maven Plugin Annotations
Java 5 annotation based implementation of Maven's Javadoc descriptor generation tags.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
maven-plugin-annotations-1.0.pom | |
maven-plugin-annotations-1.0.jar | 8 KB |
maven-plugin-annotations-1.0-sources.jar | 10 KB |
Browse |
<!-- 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"]