| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.wangguangwu |
| ArtifactId | ArtifactIdcthulhu-client |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptioncom.wangguangwu:cthulhu-client
a mini http client
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| cthulhu-client-1.0.0.pom | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.wangguangwu/cthulhu-client/ -->
<dependency>
<groupId>com.wangguangwu</groupId>
<artifactId>cthulhu-client</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.wangguangwu/cthulhu-client/
implementation 'com.wangguangwu:cthulhu-client:1.0.0'
// https://jarcasting.com/artifacts/com.wangguangwu/cthulhu-client/
implementation ("com.wangguangwu:cthulhu-client:1.0.0")
'com.wangguangwu:cthulhu-client:pom:1.0.0'
<dependency org="com.wangguangwu" name="cthulhu-client" rev="1.0.0">
<artifact name="cthulhu-client" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.wangguangwu', module='cthulhu-client', version='1.0.0')
)
libraryDependencies += "com.wangguangwu" % "cthulhu-client" % "1.0.0"
[com.wangguangwu/cthulhu-client "1.0.0"]