| Категории |
КатегорииCLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаorg.ow2.orchestra |
| Идентификатор | Идентификаторorchestra-rest-client |
| Версия | Версия4.9.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| orchestra-rest-client-4.9.0.pom | |
| orchestra-rest-client-4.9.0.jar | 6 MB |
| orchestra-rest-client-4.9.0-sources.jar | 7 KB |
| orchestra-rest-client-4.9.0-javadoc.jar | 57 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.ow2.orchestra/orchestra-rest-client/ -->
<dependency>
<groupId>org.ow2.orchestra</groupId>
<artifactId>orchestra-rest-client</artifactId>
<version>4.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.orchestra/orchestra-rest-client/
implementation 'org.ow2.orchestra:orchestra-rest-client:4.9.0'
// https://jarcasting.com/artifacts/org.ow2.orchestra/orchestra-rest-client/
implementation ("org.ow2.orchestra:orchestra-rest-client:4.9.0")
'org.ow2.orchestra:orchestra-rest-client:jar:4.9.0'
<dependency org="org.ow2.orchestra" name="orchestra-rest-client" rev="4.9.0">
<artifact name="orchestra-rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.orchestra', module='orchestra-rest-client', version='4.9.0')
)
libraryDependencies += "org.ow2.orchestra" % "orchestra-rest-client" % "4.9.0"
[org.ow2.orchestra/orchestra-rest-client "4.9.0"]