| License | License | 
|---|---|
| Categories | CategoriesData CLI User Interface | 
| GroupId | GroupIdcc.block.data | 
| ArtifactId | ArtifactIdblockcc-api-client | 
| Last Version | Last Version1.3.2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionblockcc-api-client blockcc-api-client is a lightweight Java library for interacting with the [Block.cc
        APIv3](https://blockcc.github.io/blockcc-api-document), providing complete API coverage, and supporting
        synchronous and asynchronous requests, as well as event streaming using WebSockets. | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| blockcc-api-client-1.3.2.pom | |
| blockcc-api-client-1.3.2.jar | 118 KB | 
| blockcc-api-client-1.3.2-sources.jar | 48 KB | 
| blockcc-api-client-1.3.2-javadoc.jar | 345 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/cc.block.data/blockcc-api-client/ -->
<dependency>
    <groupId>cc.block.data</groupId>
    <artifactId>blockcc-api-client</artifactId>
    <version>1.3.2</version>
</dependency>// https://jarcasting.com/artifacts/cc.block.data/blockcc-api-client/
implementation 'cc.block.data:blockcc-api-client:1.3.2'// https://jarcasting.com/artifacts/cc.block.data/blockcc-api-client/
implementation ("cc.block.data:blockcc-api-client:1.3.2")'cc.block.data:blockcc-api-client:jar:1.3.2'<dependency org="cc.block.data" name="blockcc-api-client" rev="1.3.2">
  <artifact name="blockcc-api-client" type="jar" />
</dependency>@Grapes(
@Grab(group='cc.block.data', module='blockcc-api-client', version='1.3.2')
)libraryDependencies += "cc.block.data" % "blockcc-api-client" % "1.3.2"[cc.block.data/blockcc-api-client "1.3.2"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.squareup.retrofit2 : retrofit | jar | 2.9.0 | 
| com.squareup.retrofit2 : converter-jackson | jar | 2.9.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.16 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.13.1 |