MVN

tech.cassandre.trading.bot : cassandre-trading-bot-spring-boot-starter-test

Maven & Gradle

May 16, 2023
241 stars

Trading bot spring boot starter test

<dependency>
    <groupId>tech.cassandre.trading.bot</groupId>
    <artifactId>cassandre-trading-bot-spring-boot-starter-test</artifactId>
    <version>6.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.cassandre.trading.bot : cassandre-trading-bot-spring-boot-starter-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0.1

All Versions

Choose a version of tech.cassandre.trading.bot : cassandre-trading-bot-spring-boot-starter-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0.x
cassandre-trading-bot-spring-boot-starter-test-6.0.1
cassandre-trading-bot-spring-boot-starter-test-6.0.0
5.0.x
cassandre-trading-bot-spring-boot-starter-test-5.0.8
cassandre-trading-bot-spring-boot-starter-test-5.0.7
cassandre-trading-bot-spring-boot-starter-test-5.0.6
cassandre-trading-bot-spring-boot-starter-test-5.0.5
cassandre-trading-bot-spring-boot-starter-test-5.0.4
cassandre-trading-bot-spring-boot-starter-test-5.0.3
cassandre-trading-bot-spring-boot-starter-test-5.0.2
cassandre-trading-bot-spring-boot-starter-test-5.0.1
cassandre-trading-bot-spring-boot-starter-test-5.0.0
4.3.x
cassandre-trading-bot-spring-boot-starter-test-4.3.0
4.2.x
cassandre-trading-bot-spring-boot-starter-test-4.2.1
cassandre-trading-bot-spring-boot-starter-test-4.2.0
4.1.x
cassandre-trading-bot-spring-boot-starter-test-4.1.1
cassandre-trading-bot-spring-boot-starter-test-4.1.0
4.0.x
cassandre-trading-bot-spring-boot-starter-test-4.0.1
cassandre-trading-bot-spring-boot-starter-test-4.0.0
3.0.x
cassandre-trading-bot-spring-boot-starter-test-3.0.0
2.3.x
cassandre-trading-bot-spring-boot-starter-test-2.3.0
2.2.x
cassandre-trading-bot-spring-boot-starter-test-2.2.0
2.1.x
cassandre-trading-bot-spring-boot-starter-test-2.1.1
cassandre-trading-bot-spring-boot-starter-test-2.1.0
2.0.x
cassandre-trading-bot-spring-boot-starter-test-2.0.2
cassandre-trading-bot-spring-boot-starter-test-2.0.1

How to add a dependency to Maven

Add the following tech.cassandre.trading.bot : cassandre-trading-bot-spring-boot-starter-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.cassandre.trading.bot</groupId>
    <artifactId>cassandre-trading-bot-spring-boot-starter-test</artifactId>
    <version>6.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.cassandre.trading.bot : cassandre-trading-bot-spring-boot-starter-test gradle dependency to your build.gradle file:

implementation 'tech.cassandre.trading.bot:cassandre-trading-bot-spring-boot-starter-test:6.0.1'

Gradle Kotlin DSL: Add the following tech.cassandre.trading.bot : cassandre-trading-bot-spring-boot-starter-test gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.cassandre.trading.bot:cassandre-trading-bot-spring-boot-starter-test:6.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.cassandre.trading.bot : cassandre-trading-bot-spring-boot-starter-test sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.cassandre.trading.bot" % "cassandre-trading-bot-spring-boot-starter-test" % "6.0.1"