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