GroupId | GroupIdorg.rundeck |
---|---|
ArtifactId | ArtifactIdrundeck-storage-filesys |
Version | Version2.6.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.rundeck/rundeck-storage-filesys/ -->
<dependency>
<groupId>org.rundeck</groupId>
<artifactId>rundeck-storage-filesys</artifactId>
<version>2.6.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.rundeck/rundeck-storage-filesys/
implementation 'org.rundeck:rundeck-storage-filesys:2.6.4'
// https://jarcasting.com/artifacts/org.rundeck/rundeck-storage-filesys/
implementation ("org.rundeck:rundeck-storage-filesys:2.6.4")
'org.rundeck:rundeck-storage-filesys:jar:2.6.4'
<dependency org="org.rundeck" name="rundeck-storage-filesys" rev="2.6.4">
<artifact name="rundeck-storage-filesys" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.rundeck', module='rundeck-storage-filesys', version='2.6.4')
)
libraryDependencies += "org.rundeck" % "rundeck-storage-filesys" % "2.6.4"
[org.rundeck/rundeck-storage-filesys "2.6.4"]