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-2.0.0.jar download
plexus-component-annotations-2.0.0.pom download
plexus-component-annotations-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.codehaus.plexus</groupId>
  <artifactId>plexus-component-annotations</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.codehaus.plexus:plexus-component-annotations:2.0.0'
Gradle Kotlin
implementation("org.codehaus.plexus:plexus-component-annotations:2.0.0")
Scala SBT
libraryDependencies += "org.codehaus.plexus" % "plexus-component-annotations" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.codehaus.plexus', module='plexus-component-annotations', version='2.0.0')
)
Apache Ivy
<dependency org="org.codehaus.plexus" name="plexus-component-annotations" rev="2.0.0" />
Leiningen
[org.codehaus.plexus/plexus-component-annotations "2.0.0"]
Apache Buildr
'org.codehaus.plexus:plexus-component-annotations:jar:2.0.0'