GroupId | GroupIdio.fabric8.updatebot |
---|---|
ArtifactId | ArtifactIdupdatebot |
Version | Version1.0.15 |
Type | Typejar |
Filename | Size |
---|---|
updatebot-1.0.15.pom | |
updatebot-1.0.15.jar | 3 MB |
updatebot-1.0.15-sources.jar | 506 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.fabric8.updatebot/updatebot/ -->
<dependency>
<groupId>io.fabric8.updatebot</groupId>
<artifactId>updatebot</artifactId>
<version>1.0.15</version>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.updatebot/updatebot/
implementation 'io.fabric8.updatebot:updatebot:1.0.15'
// https://jarcasting.com/artifacts/io.fabric8.updatebot/updatebot/
implementation ("io.fabric8.updatebot:updatebot:1.0.15")
'io.fabric8.updatebot:updatebot:jar:1.0.15'
<dependency org="io.fabric8.updatebot" name="updatebot" rev="1.0.15">
<artifact name="updatebot" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.updatebot', module='updatebot', version='1.0.15')
)
libraryDependencies += "io.fabric8.updatebot" % "updatebot" % "1.0.15"
[io.fabric8.updatebot/updatebot "1.0.15"]