is not current version
Last Version 5.0.0

org.web3j:parity 4.0.2

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

Categories

Categories

Parity Business Logic Libraries Financial
GroupId

GroupId

org.web3j
ArtifactId

ArtifactId

parity
Version

Version

4.0.2
Type

Type

jar

Download parity 4.0.2


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