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