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