MVN

com.github.mstream-trader : integration-tests

Maven & Gradle

Oct 13, 2016
<dependency>
    <groupId>com.github.mstream-trader</groupId>
    <artifactId>integration-tests</artifactId>
    <version>1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.9

All Versions

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

Version Vulnerabilities Updated
1.9
integration-tests-1.9
1.8
integration-tests-1.8
1.7
integration-tests-1.7
1.6
integration-tests-1.6
1.5
integration-tests-1.5
1.3
integration-tests-1.3
1.1
integration-tests-1.1

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'com.github.mstream-trader:integration-tests:1.9'

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

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

How to add a dependency to SBT Scala

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

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