is not current version
Last Version 1.4.2

com.wavesplatform:wavesj 0.6

Java library to interact with the Waves blockchain

Categories

Categories

ORM Data
GroupId

GroupId

com.wavesplatform
ArtifactId

ArtifactId

wavesj
Version

Version

0.6
Type

Type

jar

Download wavesj 0.6


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