Categories |
CategoriesRetrofit Net HTTP Clients |
---|---|
GroupId | GroupIdcom.github.nstdio |
ArtifactId | ArtifactIdretrofit-either-adapter |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.nstdio/retrofit-either-adapter/ -->
<dependency>
<groupId>com.github.nstdio</groupId>
<artifactId>retrofit-either-adapter</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nstdio/retrofit-either-adapter/
implementation 'com.github.nstdio:retrofit-either-adapter:1.0.0'
// https://jarcasting.com/artifacts/com.github.nstdio/retrofit-either-adapter/
implementation ("com.github.nstdio:retrofit-either-adapter:1.0.0")
'com.github.nstdio:retrofit-either-adapter:jar:1.0.0'
<dependency org="com.github.nstdio" name="retrofit-either-adapter" rev="1.0.0">
<artifact name="retrofit-either-adapter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nstdio', module='retrofit-either-adapter', version='1.0.0')
)
libraryDependencies += "com.github.nstdio" % "retrofit-either-adapter" % "1.0.0"
[com.github.nstdio/retrofit-either-adapter "1.0.0"]