MVN

org.knowm.xchange : xchange-paribu

Maven & Gradle

Dec 24, 2022

XChange Paribu · XChange implementation for the Paribu Exchange

<dependency>
    <groupId>org.knowm.xchange</groupId>
    <artifactId>xchange-paribu</artifactId>
    <version>5.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.knowm.xchange : xchange-paribu to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.1.0

All Versions

Choose a version of org.knowm.xchange : xchange-paribu to add to Maven or Gradle - All Versions:

  • Version Updated
  • xchange-paribu-5.1.0

    Dec 24, 2022
  • xchange-paribu-5.0.14

    Oct 25, 2022
  • xchange-paribu-5.0.13

    Jan 24, 2022
  • xchange-paribu-5.0.12

    Nov 02, 2021
  • xchange-paribu-5.0.11

    Sep 03, 2021
  • xchange-paribu-5.0.10

    Aug 03, 2021
  • xchange-paribu-5.0.9

    Jun 21, 2021
  • xchange-paribu-5.0.8

    May 05, 2021
  • xchange-paribu-5.0.7

    Apr 06, 2021
  • xchange-paribu-5.0.6

    Feb 23, 2021
  • xchange-paribu-5.0.4

    Nov 20, 2020
  • xchange-paribu-5.0.3

    Oct 12, 2020
  • xchange-paribu-5.0.2

    Sep 06, 2020
  • xchange-paribu-5.0.1

    Jul 07, 2020
  • xchange-paribu-5.0.0

    Jun 07, 2020
  • xchange-paribu-4.4.2

    Mar 06, 2020
  • xchange-paribu-4.4.1

    Nov 22, 2019
  • xchange-paribu-4.4.0

    Sep 15, 2019
  • xchange-paribu-4.3.21

    Aug 11, 2019
  • xchange-paribu-4.3.20

    Jul 11, 2019
  • xchange-paribu-4.3.19

    Jun 04, 2019
  • xchange-paribu-4.3.18

    May 07, 2019
  • xchange-paribu-4.3.17

    Apr 07, 2019
  • xchange-paribu-4.3.16

    Mar 06, 2019
  • xchange-paribu-4.3.15

    Feb 08, 2019
  • xchange-paribu-4.3.14

    Jan 12, 2019
  • xchange-paribu-4.3.13

    Dec 03, 2018
  • xchange-paribu-4.3.12

    Nov 08, 2018
  • xchange-paribu-4.3.11

    Oct 02, 2018
  • xchange-paribu-4.3.10

    Sep 14, 2018
  • xchange-paribu-4.3.9

    Aug 01, 2018
  • xchange-paribu-4.3.8

    Jul 03, 2018
  • xchange-paribu-4.3.7

    Jun 05, 2018
  • xchange-paribu-4.3.6

    May 03, 2018
  • xchange-paribu-4.3.5

    Apr 03, 2018
  • xchange-paribu-4.3.4

    Mar 06, 2018
  • xchange-paribu-4.3.3

    Feb 07, 2018
  • xchange-paribu-4.3.2

    Jan 02, 2018
  • xchange-paribu-4.3.1

    Dec 05, 2017

How to add a dependency to Maven

Add the following org.knowm.xchange : xchange-paribu maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.knowm.xchange</groupId>
    <artifactId>xchange-paribu</artifactId>
    <version>5.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.knowm.xchange : xchange-paribu gradle dependency to your build.gradle file:

implementation 'org.knowm.xchange:xchange-paribu:5.1.0'

Gradle Kotlin DSL: Add the following org.knowm.xchange : xchange-paribu gradle kotlin dependency to your build.gradle.kts file:

implementation("org.knowm.xchange:xchange-paribu:5.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.knowm.xchange : xchange-paribu sbt scala dependency to your build.sbt file:

libraryDependencies += "org.knowm.xchange" % "xchange-paribu" % "5.1.0"