Categories |
CategoriesRetrofit Net HTTP Clients |
---|---|
GroupId | GroupIdcom.github.mx-go |
ArtifactId | ArtifactIdretrofit-rest-proxy |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
retrofit-rest-proxy-1.0.0.pom | |
retrofit-rest-proxy-1.0.0.jar | 21 KB |
retrofit-rest-proxy-1.0.0-sources.jar | 9 KB |
retrofit-rest-proxy-1.0.0-javadoc.jar | 101 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mx-go/retrofit-rest-proxy/ -->
<dependency>
<groupId>com.github.mx-go</groupId>
<artifactId>retrofit-rest-proxy</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mx-go/retrofit-rest-proxy/
implementation 'com.github.mx-go:retrofit-rest-proxy:1.0.0'
// https://jarcasting.com/artifacts/com.github.mx-go/retrofit-rest-proxy/
implementation ("com.github.mx-go:retrofit-rest-proxy:1.0.0")
'com.github.mx-go:retrofit-rest-proxy:jar:1.0.0'
<dependency org="com.github.mx-go" name="retrofit-rest-proxy" rev="1.0.0">
<artifact name="retrofit-rest-proxy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mx-go', module='retrofit-rest-proxy', version='1.0.0')
)
libraryDependencies += "com.github.mx-go" % "retrofit-rest-proxy" % "1.0.0"
[com.github.mx-go/retrofit-rest-proxy "1.0.0"]