| Categories |
CategoriesParity Business Logic Libraries Financial |
|---|---|
| GroupId | GroupIdorg.web3j |
| ArtifactId | ArtifactIdparity |
| Version | Versionmaster |
| Type | Typejar |
| Filename | Size |
|---|---|
| parity-master.pom | |
| parity-master.jar | 40 KB |
| parity-master-tests.jar | 15 KB |
| parity-master-sources.jar | 23 KB |
| parity-master-javadoc.jar | 132 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.web3j/parity/ -->
<dependency>
<groupId>org.web3j</groupId>
<artifactId>parity</artifactId>
<version>master</version>
</dependency>
// https://jarcasting.com/artifacts/org.web3j/parity/
implementation 'org.web3j:parity:master'
// https://jarcasting.com/artifacts/org.web3j/parity/
implementation ("org.web3j:parity:master")
'org.web3j:parity:jar:master'
<dependency org="org.web3j" name="parity" rev="master">
<artifact name="parity" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.web3j', module='parity', version='master')
)
libraryDependencies += "org.web3j" % "parity" % "master"
[org.web3j/parity "master"]