c

core

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