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