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