License |
License |
---|---|
Categories |
CategoriesJenkins Build Tools Continuous Integration and Continuous Delivery |
GroupId | GroupIdio.jenkins.updatebot |
ArtifactId | ArtifactIdupdatebot |
Last Version | Last Version1.1.60 |
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.1.60.pom | |
updatebot-1.1.60.jar | 4 MB |
updatebot-1.1.60-sources.jar | 509 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.jenkins.updatebot/updatebot/ -->
<dependency>
<groupId>io.jenkins.updatebot</groupId>
<artifactId>updatebot</artifactId>
<version>1.1.60</version>
</dependency>
// https://jarcasting.com/artifacts/io.jenkins.updatebot/updatebot/
implementation 'io.jenkins.updatebot:updatebot:1.1.60'
// https://jarcasting.com/artifacts/io.jenkins.updatebot/updatebot/
implementation ("io.jenkins.updatebot:updatebot:1.1.60")
'io.jenkins.updatebot:updatebot:jar:1.1.60'
<dependency org="io.jenkins.updatebot" name="updatebot" rev="1.1.60">
<artifact name="updatebot" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.jenkins.updatebot', module='updatebot', version='1.1.60')
)
libraryDependencies += "io.jenkins.updatebot" % "updatebot" % "1.1.60"
[io.jenkins.updatebot/updatebot "1.1.60"]