License |
License |
---|---|
GroupId | GroupIdcom.hb0730 |
ArtifactId | ArtifactIdhttps |
Version | Version3.0.0 |
Type | Typejar |
Description |
Descriptionhttps
java http integration
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
https-3.0.0.pom | |
https-3.0.0.jar | 43 KB |
https-3.0.0-sources.jar | 24 KB |
https-3.0.0-javadoc.jar | 199 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hb0730/https/ -->
<dependency>
<groupId>com.hb0730</groupId>
<artifactId>https</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hb0730/https/
implementation 'com.hb0730:https:3.0.0'
// https://jarcasting.com/artifacts/com.hb0730/https/
implementation ("com.hb0730:https:3.0.0")
'com.hb0730:https:jar:3.0.0'
<dependency org="com.hb0730" name="https" rev="3.0.0">
<artifact name="https" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hb0730', module='https', version='3.0.0')
)
libraryDependencies += "com.hb0730" % "https" % "3.0.0"
[com.hb0730/https "3.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.22 |
org.apache.httpcomponents : httpclient Optional | jar | 4.5.13 |
org.apache.httpcomponents.client5 : httpclient5 Optional | jar | 5.1.1 |
com.squareup.okhttp3 : okhttp Optional | jar | 4.9.3 |
cn.hutool : hutool-http Optional | jar | 5.7.17 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |