is not current version
Last Version 2.1.1

org.codehaus.plexus:plexus-component-annotations 1.6

Plexus Component "Java 5" Annotations, to describe plexus components properties in java sources with standard annotations instead of javadoc annotations.

GroupId

GroupId

org.codehaus.plexus
ArtifactId

ArtifactId

plexus-component-annotations
Version

Version

1.6
Type

Type

jar

Download plexus-component-annotations 1.6


<!-- https://jarcasting.com/artifacts/org.codehaus.plexus/plexus-component-annotations/ -->
<dependency>
    <groupId>org.codehaus.plexus</groupId>
    <artifactId>plexus-component-annotations</artifactId>
    <version>1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.plexus/plexus-component-annotations/
implementation 'org.codehaus.plexus:plexus-component-annotations:1.6'
// https://jarcasting.com/artifacts/org.codehaus.plexus/plexus-component-annotations/
implementation ("org.codehaus.plexus:plexus-component-annotations:1.6")
'org.codehaus.plexus:plexus-component-annotations:jar:1.6'
<dependency org="org.codehaus.plexus" name="plexus-component-annotations" rev="1.6">
  <artifact name="plexus-component-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.plexus', module='plexus-component-annotations', version='1.6')
)
libraryDependencies += "org.codehaus.plexus" % "plexus-component-annotations" % "1.6"
[org.codehaus.plexus/plexus-component-annotations "1.6"]