| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface | 
| GroupId | GroupIdcc.block | 
| ArtifactId | ArtifactIdblockcc-api-client | 
| Last Version | Last Version0.0.2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionblockcc-api-client Blockcc-java-api is a lightweight Java library for interacting with the [Blockcc
        API](https://blockcc.gitee.io/blockcc-api-document/zh_CN/), providing complete API coverage, and supporting
        synchronous and asynchronous requests, as well as event streaming using WebSockets. | 
| Filename | Size | 
|---|---|
| blockcc-api-client-0.0.2.pom | |
| blockcc-api-client-0.0.2.jar | 115 KB | 
| blockcc-api-client-0.0.2-sources.jar | 32 KB | 
| blockcc-api-client-0.0.2-javadoc.jar | 736 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/cc.block/blockcc-api-client/ -->
<dependency>
    <groupId>cc.block</groupId>
    <artifactId>blockcc-api-client</artifactId>
    <version>0.0.2</version>
</dependency>// https://jarcasting.com/artifacts/cc.block/blockcc-api-client/
implementation 'cc.block:blockcc-api-client:0.0.2'// https://jarcasting.com/artifacts/cc.block/blockcc-api-client/
implementation ("cc.block:blockcc-api-client:0.0.2")'cc.block:blockcc-api-client:jar:0.0.2'<dependency org="cc.block" name="blockcc-api-client" rev="0.0.2">
  <artifact name="blockcc-api-client" type="jar" />
</dependency>@Grapes(
@Grab(group='cc.block', module='blockcc-api-client', version='0.0.2')
)libraryDependencies += "cc.block" % "blockcc-api-client" % "0.0.2"[cc.block/blockcc-api-client "0.0.2"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.squareup.retrofit2 : retrofit | jar | 2.4.0 | 
| com.squareup.retrofit2 : converter-jackson | jar | 2.4.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.16 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 |