MVN

cc.block.data : blockcc-api-client

Maven & Gradle

Oct 30, 2021
11 stars

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

<dependency>
    <groupId>cc.block.data</groupId>
    <artifactId>blockcc-api-client</artifactId>
    <version>1.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cc.block.data : blockcc-api-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.2

All Versions

Choose a version of cc.block.data : blockcc-api-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
blockcc-api-client-1.3.2
blockcc-api-client-1.3.1
blockcc-api-client-1.3.0
blockcc-api-client-1.3.0-SHAPSHOT
1.2.x
blockcc-api-client-1.2.0
1.1.x
blockcc-api-client-1.1.1-SHAPSHOT
blockcc-api-client-1.1.0
1.0.x
blockcc-api-client-1.0.1
blockcc-api-client-1.0.0-RELEASE

How to add a dependency to Maven

Add the following cc.block.data : blockcc-api-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cc.block.data</groupId>
    <artifactId>blockcc-api-client</artifactId>
    <version>1.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cc.block.data : blockcc-api-client gradle dependency to your build.gradle file:

implementation 'cc.block.data:blockcc-api-client:1.3.2'

Gradle Kotlin DSL: Add the following cc.block.data : blockcc-api-client gradle kotlin dependency to your build.gradle.kts file:

implementation("cc.block.data:blockcc-api-client:1.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following cc.block.data : blockcc-api-client sbt scala dependency to your build.sbt file:

libraryDependencies += "cc.block.data" % "blockcc-api-client" % "1.3.2"

Advertisement