<dependency> <groupId>org.web3j</groupId> <artifactId>core</artifactId> <version>0.5.3</version> </dependency>
implementation 'org.web3j:core:0.5.3'
implementation("org.web3j:core:0.5.3")
libraryDependencies += "org.web3j" % "core" % "0.5.3"
@Grapes( @Grab(group='org.web3j', module='core', version='0.5.3') )
<dependency org="org.web3j" name="core" rev="0.5.3" />
[org.web3j/core "0.5.3"]
'org.web3j:core:jar:0.5.3'
compile
|-- com.fasterxml.jackson.core:jackson-databind:2.8.1
|-- com.squareup:javapoet:1.7.0
|-- org.apache.httpcomponents:httpclient:4.5.2
|-- org.bouncycastle:bcprov-jdk15on:1.54
test
|-- junit:junit:4.11
|-- org.mockito:mockito-core:1.10.19