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