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