c

core

web3j is a lightweight Java library for integration with Ethereum clients
http://web3j.org
The Apache License, Version 2.0
Conor Svensson
Files download
File Operation
core-0.5.3.jar download
core-0.5.3.pom download
core-0.5.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.web3j</groupId>
  <artifactId>core</artifactId>
  <version>0.5.3</version>
</dependency>
Gradle Groovy
implementation 'org.web3j:core:0.5.3'
Gradle Kotlin
implementation("org.web3j:core:0.5.3")
Scala SBT
libraryDependencies += "org.web3j" % "core" % "0.5.3"
Groovy Grape
@Grapes(
  @Grab(group='org.web3j', module='core', version='0.5.3')
)
Apache Ivy
<dependency org="org.web3j" name="core" rev="0.5.3" />
Leiningen
[org.web3j/core "0.5.3"]
Apache Buildr
'org.web3j:core:jar:0.5.3'