c

core

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