| License |
License
MIT License
|
|---|---|
| GroupId | GroupIdio.aelf |
| ArtifactId | ArtifactIdaelf-sdk |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
DescriptionAElfClient
This is a Java client library, used to communicate with the [AElf](https://github.com/AElfProject/AElf) API.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| aelf-sdk-1.0.0.pom | |
| aelf-sdk-1.0.0.jar | 1 MB |
| aelf-sdk-1.0.0-sources.jar | 347 KB |
| aelf-sdk-1.0.0-javadoc.jar | 2 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.aelf/aelf-sdk/ -->
<dependency>
<groupId>io.aelf</groupId>
<artifactId>aelf-sdk</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.aelf/aelf-sdk/
implementation 'io.aelf:aelf-sdk:1.0.0'
// https://jarcasting.com/artifacts/io.aelf/aelf-sdk/
implementation ("io.aelf:aelf-sdk:1.0.0")
'io.aelf:aelf-sdk:jar:1.0.0'
<dependency org="io.aelf" name="aelf-sdk" rev="1.0.0">
<artifact name="aelf-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.aelf', module='aelf-sdk', version='1.0.0')
)
libraryDependencies += "io.aelf" % "aelf-sdk" % "1.0.0"
[io.aelf/aelf-sdk "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.bouncycastle : bcprov-jdk15on | jar | 1.60 |
| org.bitcoinj : bitcoinj-core | jar | 0.14.3 |
| org.apache.httpcomponents : httpclient | jar | 4.5 |
| org.apache.commons : commons-lang3 | jar | 3.4 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.10.1 |
| org.apache.logging.log4j : log4j-core | jar | 2.6.2 |
| org.apache.logging.log4j : log4j-api | jar | 2.6.2 |
| com.lmax : disruptor | jar | 3.4.2 |
| org.web3j : crypto | jar | 3.3.1 |
| com.google.protobuf : protobuf-java | jar | 3.11.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| org.slf4j : slf4j-simple | jar | 1.7.25 |