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