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