MVN

io.xpring : xpring4j

Maven & Gradle

Sep 02, 2020
29 stars

xpring4j · Xpring4j provides a Java based SDK for interacting with Xpring Platform (XRP/ILP)

<dependency>
    <groupId>io.xpring</groupId>
    <artifactId>xpring4j</artifactId>
    <version>6.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.xpring : xpring4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.1.1

All Versions

Choose a version of io.xpring : xpring4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.1.x
xpring4j-6.1.1
xpring4j-6.1.0
6.0.x
xpring4j-6.0.2
xpring4j-6.0.1
xpring4j-6.0.0
5.2.x
xpring4j-5.2.3
xpring4j-5.2.2
xpring4j-5.2.1
xpring4j-5.2.0
5.1.x
xpring4j-5.1.1
xpring4j-5.1.0
5.0.x
xpring4j-5.0.0
4.0.x
xpring4j-4.0.0
3.0.x
xpring4j-3.0.0
2.2.x
xpring4j-2.2.0
2.1.x
xpring4j-2.1.0
2.0.x
xpring4j-2.0.0
1.2.x
xpring4j-1.2.0
1.1.x
xpring4j-1.1.0
1.0.x
xpring4j-1.0.1
xpring4j-1.0.0

How to add a dependency to Maven

Add the following io.xpring : xpring4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.xpring</groupId>
    <artifactId>xpring4j</artifactId>
    <version>6.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.xpring : xpring4j gradle dependency to your build.gradle file:

implementation 'io.xpring:xpring4j:6.1.1'

Gradle Kotlin DSL: Add the following io.xpring : xpring4j gradle kotlin dependency to your build.gradle.kts file:

implementation("io.xpring:xpring4j:6.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.xpring : xpring4j sbt scala dependency to your build.sbt file:

libraryDependencies += "io.xpring" % "xpring4j" % "6.1.1"

Advertisement