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
Files download
File Operation
cita-cloud-sdk-1.0.2.jar download
cita-cloud-sdk-1.0.2.pom download
cita-cloud-sdk-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.rivtower</groupId>
  <artifactId>cita-cloud-sdk</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.rivtower:cita-cloud-sdk:1.0.2'
Gradle Kotlin
implementation("com.rivtower:cita-cloud-sdk:1.0.2")
Scala SBT
libraryDependencies += "com.rivtower" % "cita-cloud-sdk" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.rivtower', module='cita-cloud-sdk', version='1.0.2')
)
Apache Ivy
<dependency org="com.rivtower" name="cita-cloud-sdk" rev="1.0.2" />
Leiningen
[com.rivtower/cita-cloud-sdk "1.0.2"]
Apache Buildr
'com.rivtower:cita-cloud-sdk:jar:1.0.2'