| GroupId | GroupIdio.github.pengpan |
|---|---|
| ArtifactId | ArtifactIdhttp-request |
| Version | Version1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| http-request-1.0.pom | |
| http-request-1.0.jar | 34 KB |
| http-request-1.0-sources.jar | 15 KB |
| http-request-1.0-javadoc.jar | 97 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.pengpan/http-request/ -->
<dependency>
<groupId>io.github.pengpan</groupId>
<artifactId>http-request</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.pengpan/http-request/
implementation 'io.github.pengpan:http-request:1.0'
// https://jarcasting.com/artifacts/io.github.pengpan/http-request/
implementation ("io.github.pengpan:http-request:1.0")
'io.github.pengpan:http-request:jar:1.0'
<dependency org="io.github.pengpan" name="http-request" rev="1.0">
<artifact name="http-request" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.pengpan', module='http-request', version='1.0')
)
libraryDependencies += "io.github.pengpan" % "http-request" % "1.0"
[io.github.pengpan/http-request "1.0"]