GroupId | GroupIdcom.github.iotexproject |
---|---|
ArtifactId | ArtifactIdiotex-android-sdk |
Version | Version0.3.2 |
Type | Typejar |
Filename | Size |
---|---|
iotex-android-sdk-0.3.2.pom | |
iotex-android-sdk-0.3.2.jar | 1 MB |
iotex-android-sdk-0.3.2-sources.jar | 522 KB |
iotex-android-sdk-0.3.2-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.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.iotexproject/iotex-android-sdk/
implementation 'com.github.iotexproject:iotex-android-sdk:0.3.2'
// https://jarcasting.com/artifacts/com.github.iotexproject/iotex-android-sdk/
implementation ("com.github.iotexproject:iotex-android-sdk:0.3.2")
'com.github.iotexproject:iotex-android-sdk:jar:0.3.2'
<dependency org="com.github.iotexproject" name="iotex-android-sdk" rev="0.3.2">
<artifact name="iotex-android-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.iotexproject', module='iotex-android-sdk', version='0.3.2')
)
libraryDependencies += "com.github.iotexproject" % "iotex-android-sdk" % "0.3.2"
[com.github.iotexproject/iotex-android-sdk "0.3.2"]