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