License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.xrpl |
ArtifactId | ArtifactIdxrpl4j-client |
Version | Version2.1.1 |
Type | Typejar |
Description |
Descriptionxrpl4j :: client
Parent project for xrpl4j modules.
|
Project Organization |
Project OrganizationXRPL Foundation and its contributors |
Filename | Size |
---|---|
xrpl4j-client-2.1.1.pom | |
xrpl4j-client-2.1.1.jar | 46 KB |
xrpl4j-client-2.1.1-sources.jar | 28 KB |
xrpl4j-client-2.1.1-javadoc.jar | 532 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.xrpl/xrpl4j-client/ -->
<dependency>
<groupId>org.xrpl</groupId>
<artifactId>xrpl4j-client</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.xrpl/xrpl4j-client/
implementation 'org.xrpl:xrpl4j-client:2.1.1'
// https://jarcasting.com/artifacts/org.xrpl/xrpl4j-client/
implementation ("org.xrpl:xrpl4j-client:2.1.1")
'org.xrpl:xrpl4j-client:jar:2.1.1'
<dependency org="org.xrpl" name="xrpl4j-client" rev="2.1.1">
<artifact name="xrpl4j-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xrpl', module='xrpl4j-client', version='2.1.1')
)
libraryDependencies += "org.xrpl" % "xrpl4j-client" % "2.1.1"
[org.xrpl/xrpl4j-client "2.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.xrpl : xrpl4j-model | jar | 2.1.1 |
org.xrpl : xrpl4j-binary-codec | jar | 2.1.1 |
org.xrpl : xrpl4j-keypairs | jar | 2.1.1 |
org.xrpl : xrpl4j-crypto-core | jar | 2.1.1 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.11.2 |
com.fasterxml.jackson.core : jackson-core | jar | 2.11.2 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.11.2 |
com.google.guava : guava | jar | 29.0-jre |
com.squareup.okhttp3 : okhttp | jar | 4.8.1 |
io.github.openfeign : feign-core | jar | 11.6 |
io.github.openfeign : feign-jackson | jar | 11.6 |
org.slf4j : slf4j-api | jar | 1.7.30 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
Group / Artifact | Type | Version |
---|---|---|
org.immutables : value | jar | 2.8.8 |