is not current version
Last Version 4.5.5

org.web3j:console 4.0.3

Connect JVM applications to Ethereum blockchains with web3j - a lightweight, reactive, type safe library for Java, Android, Kotlin and Scala.

GroupId

GroupId

org.web3j
ArtifactId

ArtifactId

console
Version

Version

4.0.3
Type

Type

jar

Download console 4.0.3


<!-- https://jarcasting.com/artifacts/org.web3j/console/ -->
<dependency>
    <groupId>org.web3j</groupId>
    <artifactId>console</artifactId>
    <version>4.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.web3j/console/
implementation 'org.web3j:console:4.0.3'
// https://jarcasting.com/artifacts/org.web3j/console/
implementation ("org.web3j:console:4.0.3")
'org.web3j:console:jar:4.0.3'
<dependency org="org.web3j" name="console" rev="4.0.3">
  <artifact name="console" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.web3j', module='console', version='4.0.3')
)
libraryDependencies += "org.web3j" % "console" % "4.0.3"
[org.web3j/console "4.0.3"]