GroupId | GroupIdplexus |
---|---|
ArtifactId | ArtifactIdplexus-command-line |
Last Version | Last Version1.0-alpha-1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPlexus Command Line Component
|
Project Organization |
Project OrganizationCodehaus |
<!-- https://jarcasting.com/artifacts/plexus/plexus-command-line/ -->
<dependency>
<groupId>plexus</groupId>
<artifactId>plexus-command-line</artifactId>
<version>1.0-alpha-1</version>
</dependency>
// https://jarcasting.com/artifacts/plexus/plexus-command-line/
implementation 'plexus:plexus-command-line:1.0-alpha-1'
// https://jarcasting.com/artifacts/plexus/plexus-command-line/
implementation ("plexus:plexus-command-line:1.0-alpha-1")
'plexus:plexus-command-line:jar:1.0-alpha-1'
<dependency org="plexus" name="plexus-command-line" rev="1.0-alpha-1">
<artifact name="plexus-command-line" type="jar" />
</dependency>
@Grapes(
@Grab(group='plexus', module='plexus-command-line', version='1.0-alpha-1')
)
libraryDependencies += "plexus" % "plexus-command-line" % "1.0-alpha-1"
[plexus/plexus-command-line "1.0-alpha-1"]
Group / Artifact | Type | Version |
---|---|---|
plexus : plexus-utils | jar | 1.0.1 |
plexus : plexus-container-default | jar | 1.0-alpha-4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |