MVN

exchange.core2 : exchange-core

Maven & Gradle

Jun 07, 2020
1.9k stars

High performance market exchange core.

<dependency>
    <groupId>exchange.core2</groupId>
    <artifactId>exchange-core</artifactId>
    <version>0.5.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of exchange.core2 : exchange-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.3

All Versions

Choose a version of exchange.core2 : exchange-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
exchange-core-0.5.3
exchange-core-0.5.2
exchange-core-0.5.1
exchange-core-0.5.0
0.4.x
exchange-core-0.4.3

How to add a dependency to Maven

Add the following exchange.core2 : exchange-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>exchange.core2</groupId>
    <artifactId>exchange-core</artifactId>
    <version>0.5.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following exchange.core2 : exchange-core gradle dependency to your build.gradle file:

implementation 'exchange.core2:exchange-core:0.5.3'

Gradle Kotlin DSL: Add the following exchange.core2 : exchange-core gradle kotlin dependency to your build.gradle.kts file:

implementation("exchange.core2:exchange-core:0.5.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following exchange.core2 : exchange-core sbt scala dependency to your build.sbt file:

libraryDependencies += "exchange.core2" % "exchange-core" % "0.5.3"

Advertisement