| License |
License |
|---|---|
| GroupId | GroupIdio.github.xcr1234 |
| ArtifactId | ArtifactIdmoHttp |
| Last Version | Last Version1.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionmoHttp
a convenient java http client library,easy to use,high efficiency.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| moHttp-1.2.pom | |
| moHttp-1.2.jar | 79 KB |
| moHttp-1.2-sources.jar | 48 KB |
| moHttp-1.2-javadoc.jar | 245 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.xcr1234/moHttp/ -->
<dependency>
<groupId>io.github.xcr1234</groupId>
<artifactId>moHttp</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.xcr1234/moHttp/
implementation 'io.github.xcr1234:moHttp:1.2'
// https://jarcasting.com/artifacts/io.github.xcr1234/moHttp/
implementation ("io.github.xcr1234:moHttp:1.2")
'io.github.xcr1234:moHttp:jar:1.2'
<dependency org="io.github.xcr1234" name="moHttp" rev="1.2">
<artifact name="moHttp" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.xcr1234', module='moHttp', version='1.2')
)
libraryDependencies += "io.github.xcr1234" % "moHttp" % "1.2"
[io.github.xcr1234/moHttp "1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.httpcomponents : httpmime Optional | jar | 4.4 |
| org.apache.httpcomponents : httpclient Optional | jar | 4.4 |
| commons-io : commons-io Optional | jar | 2.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jsoup : jsoup | jar | 1.9.1 |