License |
License
The MIT License (MIT)
|
---|---|
Categories |
CategoriesSpring Boot Container Microservices Retrofit Net HTTP Clients |
GroupId | GroupIdcom.github.hy2cone |
ArtifactId | ArtifactIdretrofit-spring-boot |
Last Version | Last Version0.1.2 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionretrofit-spring-boot
Spring Boot Support for Retrofit
|
Filename | Size |
---|---|
retrofit-spring-boot-0.1.2.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hy2cone/retrofit-spring-boot/ -->
<dependency>
<groupId>com.github.hy2cone</groupId>
<artifactId>retrofit-spring-boot</artifactId>
<version>0.1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.hy2cone/retrofit-spring-boot/
implementation 'com.github.hy2cone:retrofit-spring-boot:0.1.2'
// https://jarcasting.com/artifacts/com.github.hy2cone/retrofit-spring-boot/
implementation ("com.github.hy2cone:retrofit-spring-boot:0.1.2")
'com.github.hy2cone:retrofit-spring-boot:pom:0.1.2'
<dependency org="com.github.hy2cone" name="retrofit-spring-boot" rev="0.1.2">
<artifact name="retrofit-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.hy2cone', module='retrofit-spring-boot', version='0.1.2')
)
libraryDependencies += "com.github.hy2cone" % "retrofit-spring-boot" % "0.1.2"
[com.github.hy2cone/retrofit-spring-boot "0.1.2"]