Module for fetching artifacts from Artifactory
Gets the latest release of the artifact
URL of artifactory instance
Release repository in artifactory to retrieve artifact from, for example: libs-releases
Group Id of the artifact
Artifact Id of the artifact
Packaging type (jar,war,ear,etc)
Target directory to download artifact to (default: /tmp)
Target file to download artifact to (by default it is target_dir/artifact_id-version.packaging)
Artifact classifier name (ex: sources,javadoc,etc). Optional parameter.
Artifactory username. Optional parameter.
Artifactory password. Optional parameter.
Gets latest snapshot of the given artifact
URL of artifactory instance
Snapshot repository in artifactory to retrieve artifact from, for example: libs-snapshots
Group Id of the artifact
Artifact Id of the artifact
Packaging type (jar,war,ear,etc)
Target directory to download artifact to (default: /tmp)
Target file to download artifact to (by default it is target_dir/artifact_id-snapshot_version.packaging)
Artifact classifier name (ex: sources,javadoc,etc). Optional parameter.
Artifactory username. Optional parameter.
Artifactory password. Optional parameter.
Gets the specified release of the artifact
URL of artifactory instance
Release repository in artifactory to retrieve artifact from, for example: libs-releases
Group Id of the artifact
Artifact Id of the artifact
Packaging type (jar,war,ear,etc)
Version of the artifact
Target directory to download artifact to (default: /tmp)
Target file to download artifact to (by default it is target_dir/artifact_id-version.packaging)
Artifact classifier name (ex: sources,javadoc,etc). Optional parameter.
Artifactory username. Optional parameter.
Artifactory password. Optional parameter.
Gets snapshot of the desired version of the artifact
URL of artifactory instance
Snapshot repository in artifactory to retrieve artifact from, for example: libs-snapshots
Group Id of the artifact
Artifact Id of the artifact
Packaging type (jar,war,ear,etc)
Version of the artifact
Target directory to download artifact to (default: /tmp)
Target file to download artifact to (by default it is target_dir/artifact_id-snapshot_version.packaging)
Artifact classifier name (ex: sources,javadoc,etc). Optional parameter.
Artifactory username. Optional parameter.
Artifactory password. Optional parameter.