Back to index
Summary
Retrieves an artifact by name.artifactNameStringrequiredThe name of the artifact, compose of the group and artifact concatenated by ':', e.g. "group:artifact". Alternatively, the groupId and artifactKey arguments may be used. artifactKeyStringoptionalThe artifactKey component of the GAV (GroupId/ArtifactKey/Version) coordinates. groupIdStringoptionalThe groupId component of the GAV (GroupId/ArtifactKey/Version) coordinates. |
Usage
Perl
$cmdr->getArtifact( "test-artifactName" # artifactName # optionals );
ectool
ectool getArtifact \ "test-artifactName" `# artifactName` \ # optionals