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.5.jar download
core-0.5.5.pom download
core-0.5.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.web3j</groupId>
  <artifactId>core</artifactId>
  <version>0.5.5</version>
</dependency>
Gradle Groovy
implementation 'org.web3j:core:0.5.5'
Gradle Kotlin
implementation("org.web3j:core:0.5.5")
Scala SBT
libraryDependencies += "org.web3j" % "core" % "0.5.5"
Groovy Grape
@Grapes(
  @Grab(group='org.web3j', module='core', version='0.5.5')
)
Apache Ivy
<dependency org="org.web3j" name="core" rev="0.5.5" />
Leiningen
[org.web3j/core "0.5.5"]
Apache Buildr
'org.web3j:core:jar:0.5.5'