| GroupId | GroupIdcom.github.danielgindi |
|---|---|
| ArtifactId | ArtifactIdhttprequest |
| Version | Version1.1.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| httprequest-1.1.0.pom | |
| httprequest-1.1.0.aar | 39 KB |
| httprequest-1.1.0-sources.jar | 20 KB |
| httprequest-1.1.0-javadoc.jar | 72 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.danielgindi/httprequest/ -->
<dependency>
<groupId>com.github.danielgindi</groupId>
<artifactId>httprequest</artifactId>
<version>1.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.danielgindi/httprequest/
implementation 'com.github.danielgindi:httprequest:1.1.0'
// https://jarcasting.com/artifacts/com.github.danielgindi/httprequest/
implementation ("com.github.danielgindi:httprequest:1.1.0")
'com.github.danielgindi:httprequest:aar:1.1.0'
<dependency org="com.github.danielgindi" name="httprequest" rev="1.1.0">
<artifact name="httprequest" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.danielgindi', module='httprequest', version='1.1.0')
)
libraryDependencies += "com.github.danielgindi" % "httprequest" % "1.1.0"
[com.github.danielgindi/httprequest "1.1.0"]