Categories |
CategoriesSpring Boot Container Microservices Retrofit Net HTTP Clients |
---|---|
GroupId | GroupIdcom.github.hy2cone |
ArtifactId | ArtifactIdretrofit-spring-boot |
Version | Version0.1.0 |
Type | Typepom |
Filename | Size |
---|---|
retrofit-spring-boot-0.1.0.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.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.hy2cone/retrofit-spring-boot/
implementation 'com.github.hy2cone:retrofit-spring-boot:0.1.0'
// https://jarcasting.com/artifacts/com.github.hy2cone/retrofit-spring-boot/
implementation ("com.github.hy2cone:retrofit-spring-boot:0.1.0")
'com.github.hy2cone:retrofit-spring-boot:pom:0.1.0'
<dependency org="com.github.hy2cone" name="retrofit-spring-boot" rev="0.1.0">
<artifact name="retrofit-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.hy2cone', module='retrofit-spring-boot', version='0.1.0')
)
libraryDependencies += "com.github.hy2cone" % "retrofit-spring-boot" % "0.1.0"
[com.github.hy2cone/retrofit-spring-boot "0.1.0"]