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