MVN

com.github.mstream-trader : commons-test-integration-tests

Maven & Gradle

Dec 05, 2016
<dependency>
    <groupId>com.github.mstream-trader</groupId>
    <artifactId>commons-test-integration-tests</artifactId>
    <version>1.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.14

All Versions

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

Version Vulnerabilities Updated
1.14
commons-test-integration-tests-1.14
1.13
commons-test-integration-tests-1.13
1.12
commons-test-integration-tests-1.12
1.11
commons-test-integration-tests-1.11
1.10
commons-test-integration-tests-1.10
1.9
commons-test-integration-tests-1.9
1.8
commons-test-integration-tests-1.8
1.7
commons-test-integration-tests-1.7
1.6
commons-test-integration-tests-1.6
1.5
commons-test-integration-tests-1.5
1.4
commons-test-integration-tests-1.4
1.3
commons-test-integration-tests-1.3
1.2
commons-test-integration-tests-1.2
1.1
commons-test-integration-tests-1.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.mstream-trader</groupId>
    <artifactId>commons-test-integration-tests</artifactId>
    <version>1.14</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.mstream-trader:commons-test-integration-tests:1.14'

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

implementation("com.github.mstream-trader:commons-test-integration-tests:1.14")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.mstream-trader" % "commons-test-integration-tests" % "1.14"