License |
License |
---|---|
GroupId | GroupIdorg.codehaus.plexus |
ArtifactId | ArtifactIdplexus-component-annotations |
Last Version | Last Version2.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPlexus :: Component Annotations
Plexus Component "Java 5" Annotations, to describe plexus components properties in java sources with
standard annotations instead of javadoc annotations.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.codehaus.plexus/plexus-component-annotations/ -->
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-component-annotations</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.plexus/plexus-component-annotations/
implementation 'org.codehaus.plexus:plexus-component-annotations:2.1.1'
// https://jarcasting.com/artifacts/org.codehaus.plexus/plexus-component-annotations/
implementation ("org.codehaus.plexus:plexus-component-annotations:2.1.1")
'org.codehaus.plexus:plexus-component-annotations:jar:2.1.1'
<dependency org="org.codehaus.plexus" name="plexus-component-annotations" rev="2.1.1">
<artifact name="plexus-component-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.plexus', module='plexus-component-annotations', version='2.1.1')
)
libraryDependencies += "org.codehaus.plexus" % "plexus-component-annotations" % "2.1.1"
[org.codehaus.plexus/plexus-component-annotations "2.1.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |