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