MVN

com.github.mstream-trader : simulation

Maven & Gradle

Dec 08, 2016
4 usages
<dependency>
    <groupId>com.github.mstream-trader</groupId>
    <artifactId>simulation</artifactId>
    <version>1.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.mstream-trader : simulation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.18

All Versions

Choose a version of com.github.mstream-trader : simulation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.18
simulation-1.18
1.17
simulation-1.17
1.16
simulation-1.16
1.15
simulation-1.15
1.14
simulation-1.14
1.13
simulation-1.13
1.12
simulation-1.12
1.11
simulation-1.11
1.10
simulation-1.10
1.9
simulation-1.9
1.8
simulation-1.8
1.7
simulation-1.7
1.6
simulation-1.6
1.5
simulation-1.5
1.3
simulation-1.3
1.1
simulation-1.1

How to add a dependency to Maven

Add the following com.github.mstream-trader : simulation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.mstream-trader</groupId>
    <artifactId>simulation</artifactId>
    <version>1.18</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.mstream-trader : simulation gradle dependency to your build.gradle file:

implementation 'com.github.mstream-trader:simulation:1.18'

Gradle Kotlin DSL: Add the following com.github.mstream-trader : simulation gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.mstream-trader:simulation:1.18")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.mstream-trader : simulation sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.mstream-trader" % "simulation" % "1.18"

Advertisement