is not current version
Last Version 1.1.0

io.aelf:aelf-sdk 0.1.7

This is a Java client library, used to communicate with the [AElf](https://github.com/AElfProject/AElf) API.

GroupId

GroupId

io.aelf
ArtifactId

ArtifactId

aelf-sdk
Version

Version

0.1.7
Type

Type

jar

Download aelf-sdk 0.1.7


<!-- https://jarcasting.com/artifacts/io.aelf/aelf-sdk/ -->
<dependency>
    <groupId>io.aelf</groupId>
    <artifactId>aelf-sdk</artifactId>
    <version>0.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.aelf/aelf-sdk/
implementation 'io.aelf:aelf-sdk:0.1.7'
// https://jarcasting.com/artifacts/io.aelf/aelf-sdk/
implementation ("io.aelf:aelf-sdk:0.1.7")
'io.aelf:aelf-sdk:jar:0.1.7'
<dependency org="io.aelf" name="aelf-sdk" rev="0.1.7">
  <artifact name="aelf-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.aelf', module='aelf-sdk', version='0.1.7')
)
libraryDependencies += "io.aelf" % "aelf-sdk" % "0.1.7"
[io.aelf/aelf-sdk "0.1.7"]