Categories |
CategoriesNet Retrofit HTTP Clients |
---|---|
GroupId | GroupIdnet.nueca.androidtoolbox |
ArtifactId | ArtifactIdretrofitservice |
Version | Version1.3.6 |
Type | Typeaar |
Filename | Size |
---|---|
retrofitservice-1.3.6.pom | |
retrofitservice-1.3.6-sources.jar | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.nueca.androidtoolbox/retrofitservice/ -->
<dependency>
<groupId>net.nueca.androidtoolbox</groupId>
<artifactId>retrofitservice</artifactId>
<version>1.3.6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/net.nueca.androidtoolbox/retrofitservice/
implementation 'net.nueca.androidtoolbox:retrofitservice:1.3.6'
// https://jarcasting.com/artifacts/net.nueca.androidtoolbox/retrofitservice/
implementation ("net.nueca.androidtoolbox:retrofitservice:1.3.6")
'net.nueca.androidtoolbox:retrofitservice:aar:1.3.6'
<dependency org="net.nueca.androidtoolbox" name="retrofitservice" rev="1.3.6">
<artifact name="retrofitservice" type="aar" />
</dependency>
@Grapes(
@Grab(group='net.nueca.androidtoolbox', module='retrofitservice', version='1.3.6')
)
libraryDependencies += "net.nueca.androidtoolbox" % "retrofitservice" % "1.3.6"
[net.nueca.androidtoolbox/retrofitservice "1.3.6"]