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