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