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