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