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