MVN

com.limemojito.oss.trading.trading-data-stream : model

Maven & Gradle

Apr 21, 2023
<dependency>
    <groupId>com.limemojito.oss.trading.trading-data-stream</groupId>
    <artifactId>model</artifactId>
    <version>2.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.limemojito.oss.trading.trading-data-stream : model to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.3

All Versions

Choose a version of com.limemojito.oss.trading.trading-data-stream : model to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
model-2.1.3
model-2.1.2
model-2.1.1
model-2.1.0
2.0.x
model-2.0.5
model-2.0.4
model-2.0.3
model-2.0.2
model-2.0.1
model-2.0.0
1.2.x
model-1.2.0
1.1.x
model-1.1.0
1.0.x
model-1.0.0

How to add a dependency to Maven

Add the following com.limemojito.oss.trading.trading-data-stream : model maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.limemojito.oss.trading.trading-data-stream</groupId>
    <artifactId>model</artifactId>
    <version>2.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.limemojito.oss.trading.trading-data-stream : model gradle dependency to your build.gradle file:

implementation 'com.limemojito.oss.trading.trading-data-stream:model:2.1.3'

Gradle Kotlin DSL: Add the following com.limemojito.oss.trading.trading-data-stream : model gradle kotlin dependency to your build.gradle.kts file:

implementation("com.limemojito.oss.trading.trading-data-stream:model:2.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.limemojito.oss.trading.trading-data-stream : model sbt scala dependency to your build.sbt file:

libraryDependencies += "com.limemojito.oss.trading.trading-data-stream" % "model" % "2.1.3"