License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.wangguangwu |
ArtifactId | ArtifactIdcthulhu-client-http |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptiona mini http client
|
Filename | Size |
---|---|
cthulhu-client-http-1.0.0.pom | |
cthulhu-client-http-1.0.0.jar | 25 KB |
cthulhu-client-http-1.0.0-sources.jar | 16 KB |
cthulhu-client-http-1.0.0-javadoc.jar | 228 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wangguangwu/cthulhu-client-http/ -->
<dependency>
<groupId>com.wangguangwu</groupId>
<artifactId>cthulhu-client-http</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.wangguangwu/cthulhu-client-http/
implementation 'com.wangguangwu:cthulhu-client-http:1.0.0'
// https://jarcasting.com/artifacts/com.wangguangwu/cthulhu-client-http/
implementation ("com.wangguangwu:cthulhu-client-http:1.0.0")
'com.wangguangwu:cthulhu-client-http:jar:1.0.0'
<dependency org="com.wangguangwu" name="cthulhu-client-http" rev="1.0.0">
<artifact name="cthulhu-client-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wangguangwu', module='cthulhu-client-http', version='1.0.0')
)
libraryDependencies += "com.wangguangwu" % "cthulhu-client-http" % "1.0.0"
[com.wangguangwu/cthulhu-client-http "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.5 |
org.jsoup : jsoup | jar | 1.14.3 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.22 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |