MVN

cc.block : blockcc-api-client

Maven & Gradle

Oct 30, 2020

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.

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

Latest Version

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

  • Latest Stable: 0.0.2

All Versions

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

Version Vulnerabilities Updated
0.0.x
blockcc-api-client-0.0.2
blockcc-api-client-0.0.1

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'cc.block:blockcc-api-client:0.0.2'

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

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

How to add a dependency to SBT Scala

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

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

Advertisement