GroupId | GroupIdcom.github.iotexproject |
---|---|
ArtifactId | ArtifactIdiotex-android-sdk |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
iotex-android-sdk-0.2.0.pom | |
iotex-android-sdk-0.2.0.jar | 1 MB |
iotex-android-sdk-0.2.0-sources.jar | 509 KB |
iotex-android-sdk-0.2.0-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.iotexproject/iotex-android-sdk/ -->
<dependency>
<groupId>com.github.iotexproject</groupId>
<artifactId>iotex-android-sdk</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.iotexproject/iotex-android-sdk/
implementation 'com.github.iotexproject:iotex-android-sdk:0.2.0'
// https://jarcasting.com/artifacts/com.github.iotexproject/iotex-android-sdk/
implementation ("com.github.iotexproject:iotex-android-sdk:0.2.0")
'com.github.iotexproject:iotex-android-sdk:jar:0.2.0'
<dependency org="com.github.iotexproject" name="iotex-android-sdk" rev="0.2.0">
<artifact name="iotex-android-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.iotexproject', module='iotex-android-sdk', version='0.2.0')
)
libraryDependencies += "com.github.iotexproject" % "iotex-android-sdk" % "0.2.0"
[com.github.iotexproject/iotex-android-sdk "0.2.0"]