| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJenkins Компиляция и сборка Continuous Integration and Continuous Delivery |
| Группа | Группаio.jenkins.updatebot |
| Идентификатор | Идентификаторupdatebot |
| Последняя версия | Последняя версия1.1.60 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеupdatebot :: executable
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| updatebot-1.1.60.pom | |
| updatebot-1.1.60.jar | 4 MB |
| updatebot-1.1.60-sources.jar | 509 bytes |
| Обзор |
<!-- 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"]