GroupId | GroupIddev.icerock.moko |
---|---|
ArtifactId | ArtifactIdweb3-android-debug |
Version | Version0.6.0 |
Type | Typeaar |
Filename | Size |
---|---|
web3-android-debug-0.6.0.pom | |
web3-android-debug-0.6.0-sources.jar | 29 KB |
web3-android-debug-0.6.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/dev.icerock.moko/web3-android-debug/ -->
<dependency>
<groupId>dev.icerock.moko</groupId>
<artifactId>web3-android-debug</artifactId>
<version>0.6.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/dev.icerock.moko/web3-android-debug/
implementation 'dev.icerock.moko:web3-android-debug:0.6.0'
// https://jarcasting.com/artifacts/dev.icerock.moko/web3-android-debug/
implementation ("dev.icerock.moko:web3-android-debug:0.6.0")
'dev.icerock.moko:web3-android-debug:aar:0.6.0'
<dependency org="dev.icerock.moko" name="web3-android-debug" rev="0.6.0">
<artifact name="web3-android-debug" type="aar" />
</dependency>
@Grapes(
@Grab(group='dev.icerock.moko', module='web3-android-debug', version='0.6.0')
)
libraryDependencies += "dev.icerock.moko" % "web3-android-debug" % "0.6.0"
[dev.icerock.moko/web3-android-debug "0.6.0"]