License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.wavesplatform |
ArtifactId | ArtifactIdwaves-transactions |
Last Version | Last Version1.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWaves Transactions for Java
Library for binary and json serialization of transactions in Waves blockchain.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
waves-transactions-1.2.1.pom | |
waves-transactions-1.2.1.jar | 156 KB |
waves-transactions-1.2.1-sources.jar | 70 KB |
waves-transactions-1.2.1-javadoc.jar | 619 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wavesplatform/waves-transactions/ -->
<dependency>
<groupId>com.wavesplatform</groupId>
<artifactId>waves-transactions</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.wavesplatform/waves-transactions/
implementation 'com.wavesplatform:waves-transactions:1.2.1'
// https://jarcasting.com/artifacts/com.wavesplatform/waves-transactions/
implementation ("com.wavesplatform:waves-transactions:1.2.1")
'com.wavesplatform:waves-transactions:jar:1.2.1'
<dependency org="com.wavesplatform" name="waves-transactions" rev="1.2.1">
<artifact name="waves-transactions" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wavesplatform', module='waves-transactions', version='1.2.1')
)
libraryDependencies += "com.wavesplatform" % "waves-transactions" % "1.2.1"
[com.wavesplatform/waves-transactions "1.2.1"]
Group / Artifact | Type | Version |
---|---|---|
com.wavesplatform : waves-crypto | jar | 2.0.4 |
com.wavesplatform : protobuf-schemas | jar | 1.4.0 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.0 |
org.web3j : core | jar | 4.9.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.1 |
org.assertj : assertj-core | jar | 3.21.0 |