| Категории |
КатегорииSpring Boot Контейнер Микросервисы Retrofit Сеть HTTP Clients |
|---|---|
| Группа | Группаcom.github.hy2cone |
| Идентификатор | Идентификаторretrofit-spring-boot |
| Версия | Версия0.1.1 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| retrofit-spring-boot-0.1.1.pom | 5 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.hy2cone/retrofit-spring-boot/ -->
<dependency>
<groupId>com.github.hy2cone</groupId>
<artifactId>retrofit-spring-boot</artifactId>
<version>0.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.hy2cone/retrofit-spring-boot/
implementation 'com.github.hy2cone:retrofit-spring-boot:0.1.1'
// https://jarcasting.com/artifacts/com.github.hy2cone/retrofit-spring-boot/
implementation ("com.github.hy2cone:retrofit-spring-boot:0.1.1")
'com.github.hy2cone:retrofit-spring-boot:pom:0.1.1'
<dependency org="com.github.hy2cone" name="retrofit-spring-boot" rev="0.1.1">
<artifact name="retrofit-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.hy2cone', module='retrofit-spring-boot', version='0.1.1')
)
libraryDependencies += "com.github.hy2cone" % "retrofit-spring-boot" % "0.1.1"
[com.github.hy2cone/retrofit-spring-boot "0.1.1"]