<dependency> <groupId>org.web3j</groupId> <artifactId>crypto</artifactId> <version>4.6.4</version> </dependency>
implementation 'org.web3j:crypto:4.6.4'
implementation("org.web3j:crypto:4.6.4")
libraryDependencies += "org.web3j" % "crypto" % "4.6.4"
@Grapes( @Grab(group='org.web3j', module='crypto', version='4.6.4') )
<dependency org="org.web3j" name="crypto" rev="4.6.4" />
[org.web3j/crypto "4.6.4"]
'org.web3j:crypto:jar:4.6.4'
compile
|-- org.web3j:abi:4.6.4
|-- org.web3j:rlp:4.6.4
|-- org.web3j:utils:4.6.4
|-- org.slf4j:slf4j-api:1.7.25
|-- com.fasterxml.jackson.core:jackson-databind:2.8.11.6