p

plexus-component-annotations

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