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