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