License |
License |
---|---|
Categories |
CategoriesData CLI User Interface |
GroupId | GroupIdcc.block.data |
ArtifactId | ArtifactIdblockcc-api-client |
Version | Version1.3.0-SHAPSHOT |
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 |
<!-- https://jarcasting.com/artifacts/cc.block.data/blockcc-api-client/ -->
<dependency>
<groupId>cc.block.data</groupId>
<artifactId>blockcc-api-client</artifactId>
<version>1.3.0-SHAPSHOT</version>
</dependency>
// https://jarcasting.com/artifacts/cc.block.data/blockcc-api-client/
implementation 'cc.block.data:blockcc-api-client:1.3.0-SHAPSHOT'
// https://jarcasting.com/artifacts/cc.block.data/blockcc-api-client/
implementation ("cc.block.data:blockcc-api-client:1.3.0-SHAPSHOT")
'cc.block.data:blockcc-api-client:jar:1.3.0-SHAPSHOT'
<dependency org="cc.block.data" name="blockcc-api-client" rev="1.3.0-SHAPSHOT">
<artifact name="blockcc-api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='cc.block.data', module='blockcc-api-client', version='1.3.0-SHAPSHOT')
)
libraryDependencies += "cc.block.data" % "blockcc-api-client" % "1.3.0-SHAPSHOT"
[cc.block.data/blockcc-api-client "1.3.0-SHAPSHOT"]
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 |