License |
License |
---|---|
GroupId | GroupIdorg.web3j |
ArtifactId | ArtifactIdcrypto |
Last Version | Last Version5.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionweb3j
web3j Ethereum crypto library
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
crypto-5.0.0.pom | |
crypto-5.0.0.jar | 48 KB |
crypto-5.0.0-tests.jar | 48 KB |
crypto-5.0.0-sources.jar | 39 KB |
crypto-5.0.0-javadoc.jar | 79 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.web3j/crypto/ -->
<dependency>
<groupId>org.web3j</groupId>
<artifactId>crypto</artifactId>
<version>5.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.web3j/crypto/
implementation 'org.web3j:crypto:5.0.0'
// https://jarcasting.com/artifacts/org.web3j/crypto/
implementation ("org.web3j:crypto:5.0.0")
'org.web3j:crypto:jar:5.0.0'
<dependency org="org.web3j" name="crypto" rev="5.0.0">
<artifact name="crypto" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.web3j', module='crypto', version='5.0.0')
)
libraryDependencies += "org.web3j" % "crypto" % "5.0.0"
[org.web3j/crypto "5.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.web3j : abi | jar | 5.0.0 |
org.web3j : rlp | jar | 5.0.0 |
org.web3j : utils | jar | 5.0.0 |
org.slf4j : slf4j-api | jar | 1.7.25 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.8.11.6 |