| License |
License |
|---|---|
| Categories |
CategoriesMaven Build Tools |
| GroupId | GroupIdorg.apache.maven.plugin-tools |
| ArtifactId | ArtifactIdmaven-plugin-annotations |
| Last Version | Last Version3.6.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMaven Plugin Tools Java Annotations
Java annotations to use in Mojos
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.apache.maven.plugin-tools/maven-plugin-annotations/ -->
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>3.6.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.maven.plugin-tools/maven-plugin-annotations/
implementation 'org.apache.maven.plugin-tools:maven-plugin-annotations:3.6.4'
// https://jarcasting.com/artifacts/org.apache.maven.plugin-tools/maven-plugin-annotations/
implementation ("org.apache.maven.plugin-tools:maven-plugin-annotations:3.6.4")
'org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.6.4'
<dependency org="org.apache.maven.plugin-tools" name="maven-plugin-annotations" rev="3.6.4">
<artifact name="maven-plugin-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.maven.plugin-tools', module='maven-plugin-annotations', version='3.6.4')
)
libraryDependencies += "org.apache.maven.plugin-tools" % "maven-plugin-annotations" % "3.6.4"
[org.apache.maven.plugin-tools/maven-plugin-annotations "3.6.4"]