c

cita-cloud-sdk

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.
https://github.com/cita-cloud/cita-cloud-sdk-java
The Apache License, Version 2.0
cita-cloud developer
文件下载
文件名 操作
cita-cloud-sdk-1.0.1.jar 下载
cita-cloud-sdk-1.0.1.pom 下载
cita-cloud-sdk-1.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.rivtower</groupId>
  <artifactId>cita-cloud-sdk</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.rivtower:cita-cloud-sdk:1.0.1'
Gradle Kotlin
implementation("com.rivtower:cita-cloud-sdk:1.0.1")
Scala SBT
libraryDependencies += "com.rivtower" % "cita-cloud-sdk" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.rivtower', module='cita-cloud-sdk', version='1.0.1')
)
Apache Ivy
<dependency org="com.rivtower" name="cita-cloud-sdk" rev="1.0.1" />
Leiningen
[com.rivtower/cita-cloud-sdk "1.0.1"]
Apache Buildr
'com.rivtower:cita-cloud-sdk:jar:1.0.1'