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