Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.wavesplatform |
ArtifactId | ArtifactIdwaves-transactions |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
waves-transactions-1.1.0.pom | |
waves-transactions-1.1.0.jar | 177 KB |
waves-transactions-1.1.0-sources.jar | 79 KB |
waves-transactions-1.1.0-javadoc.jar | 662 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wavesplatform/waves-transactions/ -->
<dependency>
<groupId>com.wavesplatform</groupId>
<artifactId>waves-transactions</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.wavesplatform/waves-transactions/
implementation 'com.wavesplatform:waves-transactions:1.1.0'
// https://jarcasting.com/artifacts/com.wavesplatform/waves-transactions/
implementation ("com.wavesplatform:waves-transactions:1.1.0")
'com.wavesplatform:waves-transactions:jar:1.1.0'
<dependency org="com.wavesplatform" name="waves-transactions" rev="1.1.0">
<artifact name="waves-transactions" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wavesplatform', module='waves-transactions', version='1.1.0')
)
libraryDependencies += "com.wavesplatform" % "waves-transactions" % "1.1.0"
[com.wavesplatform/waves-transactions "1.1.0"]