blockcc-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.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

cc.block
ArtifactId

ArtifactId

blockcc-api-client
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

blockcc-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.

Download blockcc-api-client

How to add to project

<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
com.squareup.retrofit2 : retrofit jar 2.4.0
com.squareup.retrofit2 : converter-jackson jar 2.4.0

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.16

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
0.0.2
0.0.1