MVN

com.rivtower : cita-cloud-sdk

Maven & Gradle

Jul 11, 2023

CITA-CLoud-SDK-Java · CITA-Cloud is an open-source blockchain development framework. It is released under the Apache 2.0 license and provides an architecture and development tools for customization. Its aim is to overcome the scalability and programmability challenges of blockchain technology at the underlying level. Leveraging cloud-native capabilities, it allows flexible replacement of blockchain components. Research institutions can easily integrate and transform their research results. Ultimately, the goal is to achieve flexibility, openness, and interoperability at the underlying level of blockchain for different scenarios.

<dependency>
    <groupId>com.rivtower</groupId>
    <artifactId>cita-cloud-sdk</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.rivtower : cita-cloud-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of com.rivtower : cita-cloud-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
cita-cloud-sdk-1.0.2
cita-cloud-sdk-1.0.1
cita-cloud-sdk-1.0.0

How to add a dependency to Maven

Add the following com.rivtower : cita-cloud-sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.rivtower</groupId>
    <artifactId>cita-cloud-sdk</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.rivtower : cita-cloud-sdk gradle dependency to your build.gradle file:

implementation 'com.rivtower:cita-cloud-sdk:1.0.2'

Gradle Kotlin DSL: Add the following com.rivtower : cita-cloud-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.rivtower:cita-cloud-sdk:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.rivtower : cita-cloud-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.rivtower" % "cita-cloud-sdk" % "1.0.2"