<dependency> <groupId>org.web3j</groupId> <artifactId>core</artifactId> <version>4.9.8</version> </dependency>
implementation 'org.web3j:core:4.9.8'
implementation("org.web3j:core:4.9.8")
libraryDependencies += "org.web3j" % "core" % "4.9.8"
@Grapes( @Grab(group='org.web3j', module='core', version='4.9.8') )
<dependency org="org.web3j" name="core" rev="4.9.8" />
[org.web3j/core "4.9.8"]
'org.web3j:core:jar:4.9.8'
compile
|-- org.web3j:abi:4.9.8
|-- org.web3j:crypto:4.9.8
|-- org.web3j:tuples:4.9.8
|-- com.github.jnr:jnr-unixsocket:0.38.17
|-- 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.5.3
|-- com.fasterxml.jackson.core:jackson-databind:2.14.2
|-- org.slf4j:slf4j-api:1.7.30