License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.wavesplatform |
ArtifactId | ArtifactIdwavesj |
Version | Version1.1.0 |
Type | Typejar |
Description |
DescriptionWavesJ
Java library to interact with the Waves blockchain
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
wavesj-1.1.0.pom | |
wavesj-1.1.0.jar | 72 KB |
wavesj-1.1.0-sources.jar | 30 KB |
wavesj-1.1.0-javadoc.jar | 628 KB |
wavesj-1.1.0-jar-with-dependencies.jar | 22 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wavesplatform/wavesj/ -->
<dependency>
<groupId>com.wavesplatform</groupId>
<artifactId>wavesj</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.wavesplatform/wavesj/
implementation 'com.wavesplatform:wavesj:1.1.0'
// https://jarcasting.com/artifacts/com.wavesplatform/wavesj/
implementation ("com.wavesplatform:wavesj:1.1.0")
'com.wavesplatform:wavesj:jar:1.1.0'
<dependency org="com.wavesplatform" name="wavesj" rev="1.1.0">
<artifact name="wavesj" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wavesplatform', module='wavesj', version='1.1.0')
)
libraryDependencies += "com.wavesplatform" % "wavesj" % "1.1.0"
[com.wavesplatform/wavesj "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.wavesplatform : waves-transactions | jar | 1.0.6 |
org.apache.httpcomponents : httpclient | jar | 4.5 |
ch.qos.logback : logback-classic | jar | 1.2.3 |