Maven Plugin Tools Java Annotations
Java annotations to use in Mojos
Group Id | org.apache.maven.plugin-tools |
Artifact Id | maven-plugin-annotations |
Version | 3.6.1 |
Parent | maven-plugin-tools |
Packaging | jar |
URL | - |
Badge |
|
Last Updated | 2021-04-23T04:28:22+00:00 |
Download | Jar | Pom | View All |
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.1</version> </dependency>
implementation group: 'org.apache.maven.plugin-tools', name: 'maven-plugin-annotations', version: '3.6.1'
implementation 'org.apache.maven.plugin-tools:maven-plugin-annotations:3.6.1'
implementation("org.apache.maven.plugin-tools:maven-plugin-annotations:3.6.1")
libraryDependencies += "org.apache.maven.plugin-tools" % "maven-plugin-annotations" % "3.6.1"
<dependency org="org.apache.maven.plugin-tools" name="maven-plugin-annotations" rev="3.6.1"/>
@Grapes( @Grab(group='org.apache.maven.plugin-tools', module='maven-plugin-annotations', version='3.6.1') )
[org.apache.maven.plugin-tools/maven-plugin-annotations "3.6.1"]
'org.apache.maven.plugin-tools:maven-plugin-annotations:3.6.1'
Dependencies
Group Id | Artifact Id | Scope |
org.apache.maven | maven-artifact | compile |