is not current version
Last Version 0.5.0

net.consensys.cava:cava 0.4.0

A set of libraries and other tools to aid development of blockchain and other decentralized software in Java and other JVM languages

Categories

Categories

Net
GroupId

GroupId

net.consensys.cava
ArtifactId

ArtifactId

cava
Version

Version

0.4.0
Type

Type

jar

Download cava 0.4.0


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