GroupId | GroupIdorg.rundeck |
---|---|
ArtifactId | ArtifactIdrundeck-core |
Version | Version2.11.13 |
Type | Typejar |
Filename | Size |
---|---|
rundeck-core-2.11.13.pom | |
rundeck-core-2.11.13.jar | 1 MB |
rundeck-core-2.11.13-tests.jar | 171 KB |
rundeck-core-2.11.13-sources.jar | 886 KB |
rundeck-core-2.11.13-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.rundeck/rundeck-core/ -->
<dependency>
<groupId>org.rundeck</groupId>
<artifactId>rundeck-core</artifactId>
<version>2.11.13</version>
</dependency>
// https://jarcasting.com/artifacts/org.rundeck/rundeck-core/
implementation 'org.rundeck:rundeck-core:2.11.13'
// https://jarcasting.com/artifacts/org.rundeck/rundeck-core/
implementation ("org.rundeck:rundeck-core:2.11.13")
'org.rundeck:rundeck-core:jar:2.11.13'
<dependency org="org.rundeck" name="rundeck-core" rev="2.11.13">
<artifact name="rundeck-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.rundeck', module='rundeck-core', version='2.11.13')
)
libraryDependencies += "org.rundeck" % "rundeck-core" % "2.11.13"
[org.rundeck/rundeck-core "2.11.13"]