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