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