| Категории |
КатегорииParity Прикладные библиотеки Financial |
|---|---|
| Группа | Группаorg.web3j |
| Идентификатор | Идентификаторparity |
| Версия | Версия4.0.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| parity-4.0.1.pom | |
| parity-4.0.1.jar | 40 KB |
| parity-4.0.1-tests.jar | 15 KB |
| parity-4.0.1-sources.jar | 16 KB |
| parity-4.0.1-javadoc.jar | 131 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.web3j/parity/ -->
<dependency>
<groupId>org.web3j</groupId>
<artifactId>parity</artifactId>
<version>4.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.web3j/parity/
implementation 'org.web3j:parity:4.0.1'
// https://jarcasting.com/artifacts/org.web3j/parity/
implementation ("org.web3j:parity:4.0.1")
'org.web3j:parity:jar:4.0.1'
<dependency org="org.web3j" name="parity" rev="4.0.1">
<artifact name="parity" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.web3j', module='parity', version='4.0.1')
)
libraryDependencies += "org.web3j" % "parity" % "4.0.1"
[org.web3j/parity "4.0.1"]