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