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