MVN

org.knowm.xchange : xchange-stream-core

Maven & Gradle

Dec 24, 2022
24 usages

XChange Core Stream

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

Latest Version

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

  • Latest Stable: 5.1.0

All Versions

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

  • Version Updated
  • xchange-stream-core-5.1.0

    Dec 24, 2022
  • xchange-stream-core-5.0.14

    Oct 25, 2022
  • xchange-stream-core-5.0.13

    Jan 24, 2022
  • xchange-stream-core-5.0.12

    Nov 02, 2021
  • xchange-stream-core-5.0.11

    Sep 03, 2021
  • xchange-stream-core-5.0.10

    Aug 03, 2021
  • xchange-stream-core-5.0.9

    Jun 21, 2021
  • xchange-stream-core-5.0.8

    May 05, 2021
  • xchange-stream-core-5.0.7

    Apr 06, 2021
  • xchange-stream-core-5.0.6

    Feb 23, 2021
  • xchange-stream-core-5.0.4

    Nov 20, 2020
  • xchange-stream-core-5.0.3

    Oct 12, 2020
  • xchange-stream-core-5.0.2

    Sep 06, 2020
  • xchange-stream-core-5.0.1

    Jul 07, 2020
  • xchange-stream-core-5.0.0

    Jun 07, 2020

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.knowm.xchange:xchange-stream-core:5.1.0'

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

implementation("org.knowm.xchange:xchange-stream-core:5.1.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.knowm.xchange" % "xchange-stream-core" % "5.1.0"