p

plexus-component-annotations

Plexus Component "Java 5" Annotations, to describe plexus components properties in java sources with standard annotations instead of javadoc annotations.
Files download
File Operation
plexus-component-annotations-1.5.5.jar download
plexus-component-annotations-1.5.5.pom download
plexus-component-annotations-1.5.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.codehaus.plexus</groupId>
  <artifactId>plexus-component-annotations</artifactId>
  <version>1.5.5</version>
</dependency>
Gradle Groovy
implementation 'org.codehaus.plexus:plexus-component-annotations:1.5.5'
Gradle Kotlin
implementation("org.codehaus.plexus:plexus-component-annotations:1.5.5")
Scala SBT
libraryDependencies += "org.codehaus.plexus" % "plexus-component-annotations" % "1.5.5"
Groovy Grape
@Grapes(
  @Grab(group='org.codehaus.plexus', module='plexus-component-annotations', version='1.5.5')
)
Apache Ivy
<dependency org="org.codehaus.plexus" name="plexus-component-annotations" rev="1.5.5" />
Leiningen
[org.codehaus.plexus/plexus-component-annotations "1.5.5"]
Apache Buildr
'org.codehaus.plexus:plexus-component-annotations:jar:1.5.5'