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