| Categories |
CategoriesORM Data |
|---|---|
| GroupId | GroupIdcom.wavesplatform |
| ArtifactId | ArtifactIdwavesj |
| Version | Version0.16.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| wavesj-0.16.0.pom | |
| wavesj-0.16.0.jar | 201 KB |
| wavesj-0.16.0-sources.jar | 92 KB |
| wavesj-0.16.0-javadoc.jar | 631 KB |
| wavesj-0.16.0-jar-with-dependencies.jar | 20 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.wavesplatform/wavesj/ -->
<dependency>
<groupId>com.wavesplatform</groupId>
<artifactId>wavesj</artifactId>
<version>0.16.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.wavesplatform/wavesj/
implementation 'com.wavesplatform:wavesj:0.16.0'
// https://jarcasting.com/artifacts/com.wavesplatform/wavesj/
implementation ("com.wavesplatform:wavesj:0.16.0")
'com.wavesplatform:wavesj:jar:0.16.0'
<dependency org="com.wavesplatform" name="wavesj" rev="0.16.0">
<artifact name="wavesj" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wavesplatform', module='wavesj', version='0.16.0')
)
libraryDependencies += "com.wavesplatform" % "wavesj" % "0.16.0"
[com.wavesplatform/wavesj "0.16.0"]