| GroupId | GroupIdio.aelf |
|---|---|
| ArtifactId | ArtifactIdaelf-sdk |
| Version | Version0.1.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| aelf-sdk-0.1.6.pom | |
| aelf-sdk-0.1.6.jar | 1 MB |
| aelf-sdk-0.1.6-sources.jar | 347 KB |
| aelf-sdk-0.1.6-javadoc.jar | 2 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.aelf/aelf-sdk/ -->
<dependency>
<groupId>io.aelf</groupId>
<artifactId>aelf-sdk</artifactId>
<version>0.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.aelf/aelf-sdk/
implementation 'io.aelf:aelf-sdk:0.1.6'
// https://jarcasting.com/artifacts/io.aelf/aelf-sdk/
implementation ("io.aelf:aelf-sdk:0.1.6")
'io.aelf:aelf-sdk:jar:0.1.6'
<dependency org="io.aelf" name="aelf-sdk" rev="0.1.6">
<artifact name="aelf-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.aelf', module='aelf-sdk', version='0.1.6')
)
libraryDependencies += "io.aelf" % "aelf-sdk" % "0.1.6"
[io.aelf/aelf-sdk "0.1.6"]