GroupId | GroupIdorg.web3j |
---|---|
ArtifactId | ArtifactIdrlp |
Version | Version3.0.0-android |
Type | Typejar |
Filename | Size |
---|---|
rlp-3.0.0-android.pom | |
rlp-3.0.0-android.jar | 3 KB |
rlp-3.0.0-android-tests.jar | 1 KB |
rlp-3.0.0-android-sources.jar | 2 KB |
rlp-3.0.0-android-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.web3j/rlp/ -->
<dependency>
<groupId>org.web3j</groupId>
<artifactId>rlp</artifactId>
<version>3.0.0-android</version>
</dependency>
// https://jarcasting.com/artifacts/org.web3j/rlp/
implementation 'org.web3j:rlp:3.0.0-android'
// https://jarcasting.com/artifacts/org.web3j/rlp/
implementation ("org.web3j:rlp:3.0.0-android")
'org.web3j:rlp:jar:3.0.0-android'
<dependency org="org.web3j" name="rlp" rev="3.0.0-android">
<artifact name="rlp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.web3j', module='rlp', version='3.0.0-android')
)
libraryDependencies += "org.web3j" % "rlp" % "3.0.0-android"
[org.web3j/rlp "3.0.0-android"]