| GroupId | GroupIdorg.xrpl |
|---|---|
| ArtifactId | ArtifactIdxrpl4j-crypto-parent |
| Version | Version1.2.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| xrpl4j-crypto-parent-1.2.0.pom | 728 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.xrpl/xrpl4j-crypto-parent/ -->
<dependency>
<groupId>org.xrpl</groupId>
<artifactId>xrpl4j-crypto-parent</artifactId>
<version>1.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.xrpl/xrpl4j-crypto-parent/
implementation 'org.xrpl:xrpl4j-crypto-parent:1.2.0'
// https://jarcasting.com/artifacts/org.xrpl/xrpl4j-crypto-parent/
implementation ("org.xrpl:xrpl4j-crypto-parent:1.2.0")
'org.xrpl:xrpl4j-crypto-parent:pom:1.2.0'
<dependency org="org.xrpl" name="xrpl4j-crypto-parent" rev="1.2.0">
<artifact name="xrpl4j-crypto-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.xrpl', module='xrpl4j-crypto-parent', version='1.2.0')
)
libraryDependencies += "org.xrpl" % "xrpl4j-crypto-parent" % "1.2.0"
[org.xrpl/xrpl4j-crypto-parent "1.2.0"]