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