| License | License | 
|---|---|
| GroupId | GroupIdio.fabric8.updatebot | 
| ArtifactId | ArtifactIdupdatebot | 
| Last Version | Last Version1.0.24 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionupdatebot :: executable Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/ | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| updatebot-1.0.24.pom | |
| updatebot-1.0.24.jar | 4 MB | 
| updatebot-1.0.24-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.24</version>
</dependency>// https://jarcasting.com/artifacts/io.fabric8.updatebot/updatebot/
implementation 'io.fabric8.updatebot:updatebot:1.0.24'// https://jarcasting.com/artifacts/io.fabric8.updatebot/updatebot/
implementation ("io.fabric8.updatebot:updatebot:1.0.24")'io.fabric8.updatebot:updatebot:jar:1.0.24'<dependency org="io.fabric8.updatebot" name="updatebot" rev="1.0.24">
  <artifact name="updatebot" type="jar" />
</dependency>@Grapes(
@Grab(group='io.fabric8.updatebot', module='updatebot', version='1.0.24')
)libraryDependencies += "io.fabric8.updatebot" % "updatebot" % "1.0.24"[io.fabric8.updatebot/updatebot "1.0.24"]