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