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