Maven Plugin Tools Java Annotations(3.2)
Java annotations to use in Mojos
Group Id | org.apache.maven.plugin-tools |
Artifact Id | maven-plugin-annotations |
Version | 3.2 |
Parent | maven-plugin-tools |
Packaging | jar |
URL | - |
Badge |
|
Last Updated | Nov 7, 2012 |
Last Sync Time | Nov 3, 2021 |
Download | Source | Jar | Javadoc | Pom | View All |
Javadoc | Sync Now |
Source | Sync Now |
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency> <groupId>org.apache.maven.plugin-tools</groupId> <artifactId>maven-plugin-annotations</artifactId> <version>3.2</version> </dependency>
implementation group: 'org.apache.maven.plugin-tools', name: 'maven-plugin-annotations', version: '3.2'
implementation 'org.apache.maven.plugin-tools:maven-plugin-annotations:3.2'
implementation("org.apache.maven.plugin-tools:maven-plugin-annotations:3.2")
libraryDependencies += "org.apache.maven.plugin-tools" % "maven-plugin-annotations" % "3.2"
<dependency org="org.apache.maven.plugin-tools" name="maven-plugin-annotations" rev="3.2"/>
@Grapes( @Grab(group='org.apache.maven.plugin-tools', module='maven-plugin-annotations', version='3.2') )
[org.apache.maven.plugin-tools/maven-plugin-annotations "3.2"]
'org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.2'
Dependencies
Group Id | Artifact Id | Scope |
org.apache.maven | maven-artifact | compile |