| Группа | Группаorg.web3j |
|---|---|
| Идентификатор | Идентификаторcontracts |
| Версия | Версия4.8.8 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| contracts-4.8.8.pom | |
| contracts-4.8.8.jar | 45 KB |
| contracts-4.8.8-tests.jar | 261 bytes |
| contracts-4.8.8-sources.jar | 13 KB |
| contracts-4.8.8-javadoc.jar | 65 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.web3j/contracts/ -->
<dependency>
<groupId>org.web3j</groupId>
<artifactId>contracts</artifactId>
<version>4.8.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.web3j/contracts/
implementation 'org.web3j:contracts:4.8.8'
// https://jarcasting.com/artifacts/org.web3j/contracts/
implementation ("org.web3j:contracts:4.8.8")
'org.web3j:contracts:jar:4.8.8'
<dependency org="org.web3j" name="contracts" rev="4.8.8">
<artifact name="contracts" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.web3j', module='contracts', version='4.8.8')
)
libraryDependencies += "org.web3j" % "contracts" % "4.8.8"
[org.web3j/contracts "4.8.8"]