| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.rundeck | 
    
| ArtifactId | ArtifactIdrundeck-core | 
    
| Version | Version3.4.10-rc4-20220114 | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionRundeck library rundeck-core 
            Rundeck 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
<!-- https://jarcasting.com/artifacts/org.rundeck/rundeck-core/ -->
<dependency>
    <groupId>org.rundeck</groupId>
    <artifactId>rundeck-core</artifactId>
    <version>3.4.10-rc4-20220114</version>
</dependency>
                // https://jarcasting.com/artifacts/org.rundeck/rundeck-core/
implementation 'org.rundeck:rundeck-core:3.4.10-rc4-20220114'
                // https://jarcasting.com/artifacts/org.rundeck/rundeck-core/
implementation ("org.rundeck:rundeck-core:3.4.10-rc4-20220114")
                'org.rundeck:rundeck-core:jar:3.4.10-rc4-20220114'
                <dependency org="org.rundeck" name="rundeck-core" rev="3.4.10-rc4-20220114">
  <artifact name="rundeck-core" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.rundeck', module='rundeck-core', version='3.4.10-rc4-20220114')
)
                libraryDependencies += "org.rundeck" % "rundeck-core" % "3.4.10-rc4-20220114"
                [org.rundeck/rundeck-core "3.4.10-rc4-20220114"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.8.1 | 
| org.mockito : mockito-all | jar | 1.10.19 | 
| org.codehaus.groovy : groovy-all | jar | 2.5.6 | 
| org.spockframework : spock-core | jar | 1.3-groovy-2.5 | 
| com.squareup.retrofit2 : retrofit-mock | jar | 2.7.2 | 
| com.squareup.okhttp3 : mockwebserver | jar | 3.14.0 | 
| cglib : cglib-nodep | jar | 2.2.2 |