is not current version
Last Version 0.0.2

cc.block:blockcc-api-client 0.0.1

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.

Categories

Categories

CLI User Interface
GroupId

GroupId

cc.block
ArtifactId

ArtifactId

blockcc-api-client
Version

Version

0.0.1
Type

Type

jar

Download blockcc-api-client 0.0.1


<!-- https://jarcasting.com/artifacts/cc.block/blockcc-api-client/ -->
<dependency>
    <groupId>cc.block</groupId>
    <artifactId>blockcc-api-client</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/cc.block/blockcc-api-client/
implementation 'cc.block:blockcc-api-client:0.0.1'
// https://jarcasting.com/artifacts/cc.block/blockcc-api-client/
implementation ("cc.block:blockcc-api-client:0.0.1")
'cc.block:blockcc-api-client:jar:0.0.1'
<dependency org="cc.block" name="blockcc-api-client" rev="0.0.1">
  <artifact name="blockcc-api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='cc.block', module='blockcc-api-client', version='0.0.1')
)
libraryDependencies += "cc.block" % "blockcc-api-client" % "0.0.1"
[cc.block/blockcc-api-client "0.0.1"]