License |
License |
---|---|
GroupId | GroupIdcom.yanzhenjie.nohttp |
ArtifactId | ArtifactIdnohttp |
Version | Version1.1.11 |
Type | Typeaar |
Description |
DescriptionNoHttp
Synchronous and asynchronous network request framework for Android
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
nohttp-1.1.11.pom | |
nohttp-1.1.11.aar | 154 KB |
nohttp-1.1.11-sources.jar | 130 KB |
nohttp-1.1.11-javadoc.jar | 377 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.yanzhenjie.nohttp/nohttp/ -->
<dependency>
<groupId>com.yanzhenjie.nohttp</groupId>
<artifactId>nohttp</artifactId>
<version>1.1.11</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.yanzhenjie.nohttp/nohttp/
implementation 'com.yanzhenjie.nohttp:nohttp:1.1.11'
// https://jarcasting.com/artifacts/com.yanzhenjie.nohttp/nohttp/
implementation ("com.yanzhenjie.nohttp:nohttp:1.1.11")
'com.yanzhenjie.nohttp:nohttp:aar:1.1.11'
<dependency org="com.yanzhenjie.nohttp" name="nohttp" rev="1.1.11">
<artifact name="nohttp" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.yanzhenjie.nohttp', module='nohttp', version='1.1.11')
)
libraryDependencies += "com.yanzhenjie.nohttp" % "nohttp" % "1.1.11"
[com.yanzhenjie.nohttp/nohttp "1.1.11"]