Categories |
CategoriesRetrofit Net HTTP Clients |
---|---|
GroupId | GroupIdcom.github.mx-go |
ArtifactId | ArtifactIdretrofit-rest-proxy |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
retrofit-rest-proxy-2.0.0.pom | |
retrofit-rest-proxy-2.0.0.jar | 38 KB |
retrofit-rest-proxy-2.0.0-sources.jar | 18 KB |
retrofit-rest-proxy-2.0.0-javadoc.jar | 168 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>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mx-go/retrofit-rest-proxy/
implementation 'com.github.mx-go:retrofit-rest-proxy:2.0.0'
// https://jarcasting.com/artifacts/com.github.mx-go/retrofit-rest-proxy/
implementation ("com.github.mx-go:retrofit-rest-proxy:2.0.0")
'com.github.mx-go:retrofit-rest-proxy:jar:2.0.0'
<dependency org="com.github.mx-go" name="retrofit-rest-proxy" rev="2.0.0">
<artifact name="retrofit-rest-proxy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mx-go', module='retrofit-rest-proxy', version='2.0.0')
)
libraryDependencies += "com.github.mx-go" % "retrofit-rest-proxy" % "2.0.0"
[com.github.mx-go/retrofit-rest-proxy "2.0.0"]