| GroupId | GroupIdcom.mcxiaoke.next |
|---|---|
| ArtifactId | ArtifactIdhttp |
| Version | Version1.0.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| http-1.0.6.pom | |
| http-1.0.6.jar | 78 KB |
| http-1.0.6-sources.jar | 64 KB |
| http-1.0.6-javadoc.jar | 140 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.mcxiaoke.next/http/ -->
<dependency>
<groupId>com.mcxiaoke.next</groupId>
<artifactId>http</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.mcxiaoke.next/http/
implementation 'com.mcxiaoke.next:http:1.0.6'
// https://jarcasting.com/artifacts/com.mcxiaoke.next/http/
implementation ("com.mcxiaoke.next:http:1.0.6")
'com.mcxiaoke.next:http:jar:1.0.6'
<dependency org="com.mcxiaoke.next" name="http" rev="1.0.6">
<artifact name="http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mcxiaoke.next', module='http', version='1.0.6')
)
libraryDependencies += "com.mcxiaoke.next" % "http" % "1.0.6"
[com.mcxiaoke.next/http "1.0.6"]