GroupId | GroupIdeu.getintheloop |
---|---|
ArtifactId | ArtifactIdsbt-cloudbees-plugin |
Version | Version0.2.6 |
Type | Typejar |
Filename | Size |
---|---|
sbt-cloudbees-plugin-0.2.6.pom | |
sbt-cloudbees-plugin-0.2.6.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.getintheloop/sbt-cloudbees-plugin/ -->
<dependency>
<groupId>eu.getintheloop</groupId>
<artifactId>sbt-cloudbees-plugin</artifactId>
<version>0.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/eu.getintheloop/sbt-cloudbees-plugin/
implementation 'eu.getintheloop:sbt-cloudbees-plugin:0.2.6'
// https://jarcasting.com/artifacts/eu.getintheloop/sbt-cloudbees-plugin/
implementation ("eu.getintheloop:sbt-cloudbees-plugin:0.2.6")
'eu.getintheloop:sbt-cloudbees-plugin:jar:0.2.6'
<dependency org="eu.getintheloop" name="sbt-cloudbees-plugin" rev="0.2.6">
<artifact name="sbt-cloudbees-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.getintheloop', module='sbt-cloudbees-plugin', version='0.2.6')
)
libraryDependencies += "eu.getintheloop" % "sbt-cloudbees-plugin" % "0.2.6"
[eu.getintheloop/sbt-cloudbees-plugin "0.2.6"]