| Категории |
КатегорииHudson Компиляция и сборка Continuous Integration and Continuous Delivery Сеть CLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаorg.jvnet.hudson.main |
| Идентификатор | Идентификаторhudson-rest-client |
| Версия | Версия2.1.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| hudson-rest-client-2.1.0.pom | |
| hudson-rest-client-2.1.0.jar | 70 KB |
| hudson-rest-client-2.1.0-tests.jar | 6 KB |
| hudson-rest-client-2.1.0-sources.jar | 69 KB |
| hudson-rest-client-2.1.0-javadoc.jar | 305 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.jvnet.hudson.main/hudson-rest-client/ -->
<dependency>
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>hudson-rest-client</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.hudson.main/hudson-rest-client/
implementation 'org.jvnet.hudson.main:hudson-rest-client:2.1.0'
// https://jarcasting.com/artifacts/org.jvnet.hudson.main/hudson-rest-client/
implementation ("org.jvnet.hudson.main:hudson-rest-client:2.1.0")
'org.jvnet.hudson.main:hudson-rest-client:jar:2.1.0'
<dependency org="org.jvnet.hudson.main" name="hudson-rest-client" rev="2.1.0">
<artifact name="hudson-rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.hudson.main', module='hudson-rest-client', version='2.1.0')
)
libraryDependencies += "org.jvnet.hudson.main" % "hudson-rest-client" % "2.1.0"
[org.jvnet.hudson.main/hudson-rest-client "2.1.0"]