MVN

com.github.mstream-trader : commons-test

Maven & Gradle

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

Latest Version

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

  • Latest Stable: 1.14

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.mstream-trader</groupId>
    <artifactId>commons-test</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 gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement