is not current version
Last Version 2.1.1

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

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.5.5
Type

Type

jar

Download plexus-component-annotations 1.5.5


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