<dependency> <groupId>org.web3j</groupId> <artifactId>core</artifactId> <version>4.6.4</version> </dependency>
implementation 'org.web3j:core:4.6.4'
implementation("org.web3j:core:4.6.4")
libraryDependencies += "org.web3j" % "core" % "4.6.4"
@Grapes( @Grab(group='org.web3j', module='core', version='4.6.4') )
<dependency org="org.web3j" name="core" rev="4.6.4" />
[org.web3j/core "4.6.4"]
'org.web3j:core:jar:4.6.4'
compile
|-- org.web3j:abi:4.6.4
|-- org.web3j:crypto:4.6.4
|-- org.web3j:tuples:4.6.4
|-- com.github.jnr:jnr-unixsocket:0.21
|-- com.squareup.okhttp3:okhttp:4.3.1
|-- com.squareup.okhttp3:logging-interceptor:4.3.1
|-- io.reactivex.rxjava2:rxjava:2.2.2
|-- org.java-websocket:Java-WebSocket:1.3.8
|-- com.fasterxml.jackson.core:jackson-databind:2.8.11.6
|-- org.slf4j:slf4j-api:1.7.25