Maven Plugin Tools Java Annotations(3.6.0)
Java annotations to use in Mojos
Group Id | org.apache.maven.plugin-tools |
Artifact Id | maven-plugin-annotations |
Version | 3.6.0 |
Packaging | jar |
URL | - |
Badge |
|
Last Updated | Oct 29, 2018 |
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.6.0</version> </dependency>
implementation group: 'org.apache.maven.plugin-tools', name: 'maven-plugin-annotations', version: '3.6.0'
implementation 'org.apache.maven.plugin-tools:maven-plugin-annotations:3.6.0'
implementation("org.apache.maven.plugin-tools:maven-plugin-annotations:3.6.0")
libraryDependencies += "org.apache.maven.plugin-tools" % "maven-plugin-annotations" % "3.6.0"
<dependency org="org.apache.maven.plugin-tools" name="maven-plugin-annotations" rev="3.6.0"/>
@Grapes( @Grab(group='org.apache.maven.plugin-tools', module='maven-plugin-annotations', version='3.6.0') )
[org.apache.maven.plugin-tools/maven-plugin-annotations "3.6.0"]
'org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.6.0'