cava-io

Classes and utilities for handling file and network IO.

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

net.consensys.cava
Идентификатор

Идентификатор

cava-io
Последняя версия

Последняя версия

0.5.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

cava-io
Classes and utilities for handling file and network IO.
Ссылка на сайт

Ссылка на сайт

https://github.com/ConsenSys/cava
Система контроля версий

Система контроля версий

https://github.com/ConsenSys/cava

Скачать cava-io

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/net.consensys.cava/cava-io/ -->
<dependency>
    <groupId>net.consensys.cava</groupId>
    <artifactId>cava-io</artifactId>
    <version>0.5.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.consensys.cava/cava-io/
implementation 'net.consensys.cava:cava-io:0.5.0'
// https://jarcasting.com/artifacts/net.consensys.cava/cava-io/
implementation ("net.consensys.cava:cava-io:0.5.0")
'net.consensys.cava:cava-io:pom:0.5.0'
<dependency org="net.consensys.cava" name="cava-io" rev="0.5.0">
  <artifact name="cava-io" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.consensys.cava', module='cava-io', version='0.5.0')
)
libraryDependencies += "net.consensys.cava" % "cava-io" % "0.5.0"
[net.consensys.cava/cava-io "0.5.0"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
com.google.guava : guava jar 27.0-jre
net.consensys.cava : cava-bytes Необязательный jar 0.5.0

Модули Проекта

Данный проект не имеет модулей.

CAVA MOVED

Cava is moving to the Apache Software Foundation, under the name Apache Tuweni.

See https://github.com/apache/incubator-tuweni for the latest source.

The website will be up at https://tuweni.apache.org.

Cava is now officially deprecated, and all future changes go to Apache Tuweni.

Cava: ConsenSys Core Libraries for Java (& Kotlin)

Build Status License Download

In the spirit of Google Guava, Cava is a set of libraries and other tools to aid development of blockchain and other decentralized software in Java and other JVM languages.

It includes a low-level bytes library, serialization and deserialization codecs (e.g. RLP), various cryptography functions and primatives, and lots of other helpful utilities.

Cava is developed for JDK 1.8 or higher, and depends on various other FOSS libraries, including Guava.

Getting cava

Note that these libraries are experimental and are subject to change.

The libraries are published to ConsenSys bintray repository, synced to JCenter and Maven Central.

You can import all modules using the cava jar.

With Maven:

<dependency>
  <groupId>net.consensys.cava</groupId>
  <artifactId>cava</artifactId>
  <version>0.6.0</version>
</dependency>

With Gradle: compile 'net.consensys.cava:cava:0.6.0'

PACKAGES.md contains the list of modules and instructions to import them separately.

Build Instructions

To build, clone this repo and run with ./gradlew like so:

git clone --recursive https://github.com/ConsenSys/cava
cd cava
./gradlew

After a successful build, libraries will be available in build/libs.

Links

net.consensys.cava

ConsenSys Software

ConsenSys is the software engineering leader of the blockchain space. Our full-stack Ethereum products help developers build next-generation networks.

Версии библиотеки

Версия
0.5.0
0.4.0
0.3.1