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