| GroupId | GroupIdplexus |
|---|---|
| ArtifactId | ArtifactIdplexus-cdc |
| Version | Version1.0-alpha-2 |
| Type | Typejar |
| Description |
DescriptionPlexus Component Descriptor Creator
|
| Project Organization |
Project OrganizationCodehaus |
| Filename | Size |
|---|---|
| plexus-cdc-1.0-alpha-2.pom | |
| plexus-cdc-1.0-alpha-2.jar | 15 KB |
| plexus-cdc-1.0-alpha-2-sources.jar | 11 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/plexus/plexus-cdc/ -->
<dependency>
<groupId>plexus</groupId>
<artifactId>plexus-cdc</artifactId>
<version>1.0-alpha-2</version>
</dependency>
// https://jarcasting.com/artifacts/plexus/plexus-cdc/
implementation 'plexus:plexus-cdc:1.0-alpha-2'
// https://jarcasting.com/artifacts/plexus/plexus-cdc/
implementation ("plexus:plexus-cdc:1.0-alpha-2")
'plexus:plexus-cdc:jar:1.0-alpha-2'
<dependency org="plexus" name="plexus-cdc" rev="1.0-alpha-2">
<artifact name="plexus-cdc" type="jar" />
</dependency>
@Grapes(
@Grab(group='plexus', module='plexus-cdc', version='1.0-alpha-2')
)
libraryDependencies += "plexus" % "plexus-cdc" % "1.0-alpha-2"
[plexus/plexus-cdc "1.0-alpha-2"]
| Group / Artifact | Type | Version |
|---|---|---|
| qdox : qdox | jar | 1.5 |
| plexus : plexus-utils | jar | 1.0.1 |
| plexus : plexus-container-default | jar | 1.0-alpha-5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |