Categories |
CategoriesContainer |
---|---|
GroupId | GroupIdplexus |
ArtifactId | ArtifactIdplexus-container-artifact |
Last Version | Last Version1.0-alpha-3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPlexus Artifact-Enabled Container
|
Project Organization |
Project OrganizationCodehaus |
<!-- https://jarcasting.com/artifacts/plexus/plexus-container-artifact/ -->
<dependency>
<groupId>plexus</groupId>
<artifactId>plexus-container-artifact</artifactId>
<version>1.0-alpha-3</version>
</dependency>
// https://jarcasting.com/artifacts/plexus/plexus-container-artifact/
implementation 'plexus:plexus-container-artifact:1.0-alpha-3'
// https://jarcasting.com/artifacts/plexus/plexus-container-artifact/
implementation ("plexus:plexus-container-artifact:1.0-alpha-3")
'plexus:plexus-container-artifact:jar:1.0-alpha-3'
<dependency org="plexus" name="plexus-container-artifact" rev="1.0-alpha-3">
<artifact name="plexus-container-artifact" type="jar" />
</dependency>
@Grapes(
@Grab(group='plexus', module='plexus-container-artifact', version='1.0-alpha-3')
)
libraryDependencies += "plexus" % "plexus-container-artifact" % "1.0-alpha-3"
[plexus/plexus-container-artifact "1.0-alpha-3"]
Group / Artifact | Type | Version |
---|---|---|
plexus : plexus-container-default | jar | 1.0-alpha-3 |
org.apache.maven : maven-artifact | jar | 2.0-alpha-2 |
org.apache.maven.wagon : wagon-provider-api | jar | 1.0-alpha-3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |