MVN

com.github.mstream-trader : simulation-integration-tests

Maven & Gradle

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

Latest Version

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

  • Latest Stable: 1.18

All Versions

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

Version Vulnerabilities Updated
1.18
simulation-integration-tests-1.18
1.17
simulation-integration-tests-1.17
1.16
simulation-integration-tests-1.16
1.15
simulation-integration-tests-1.15
1.14
simulation-integration-tests-1.14
1.13
simulation-integration-tests-1.13
1.12
simulation-integration-tests-1.12
1.11
simulation-integration-tests-1.11
1.10
simulation-integration-tests-1.10

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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