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