MVN

org.xrpl : xrpl4j-model

Maven & Gradle

Nov 14, 2022
3 usages
63 stars

xrpl4j :: model · Data objects corresponding to objects on the XRP Ledger

<dependency>
    <groupId>org.xrpl</groupId>
    <artifactId>xrpl4j-model</artifactId>
    <version>2.5.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.xrpl : xrpl4j-model to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.1
  • Latest Release Candidate: 3.0.0-rc2.1

All Versions

Choose a version of org.xrpl : xrpl4j-model to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
xrpl4j-model-3.0.0-rc2.1
xrpl4j-model-3.0.0-rc2
xrpl4j-model-3.0.0-rc1
2.5.x
xrpl4j-model-2.5.1
xrpl4j-model-2.5.0
2.4.x
xrpl4j-model-2.4.0-nft-dev-preview
xrpl4j-model-2.4.0
2.3.x
xrpl4j-model-2.3.0-nft-dev-preview
xrpl4j-model-2.3.0
2.2.x
xrpl4j-model-2.2.0
2.1.x
xrpl4j-model-2.1.1
xrpl4j-model-2.1.0
2.0.x
xrpl4j-model-2.0.0
1.2.x
xrpl4j-model-1.2.0
1.1.x
xrpl4j-model-1.1.0
1.0.x
xrpl4j-model-1.0.0
0.1.x
xrpl4j-model-0.1.0

How to add a dependency to Maven

Add the following org.xrpl : xrpl4j-model maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.xrpl</groupId>
    <artifactId>xrpl4j-model</artifactId>
    <version>2.5.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.xrpl : xrpl4j-model gradle dependency to your build.gradle file:

implementation 'org.xrpl:xrpl4j-model:2.5.1'

Gradle Kotlin DSL: Add the following org.xrpl : xrpl4j-model gradle kotlin dependency to your build.gradle.kts file:

implementation("org.xrpl:xrpl4j-model:2.5.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.xrpl : xrpl4j-model sbt scala dependency to your build.sbt file:

libraryDependencies += "org.xrpl" % "xrpl4j-model" % "2.5.1"

Advertisement

Dependencies from Group

Nov 14, 2022
3 usages
63 stars
Nov 14, 2022
2 usages
63 stars
Nov 14, 2022
1 usages
63 stars
Aug 24, 2023
78 stars
Nov 14, 2022
63 stars

Discover Dependencies