MVN

tech.cassandre.trading.bot : cassandre-trading-bot-spring-boot-starter-api-graphql-autoconfigure

Maven & Gradle

May 16, 2023
1 usages
241 stars

Trading bot spring boot autoconfigure - GraphQL API

<dependency>
    <groupId>tech.cassandre.trading.bot</groupId>
    <artifactId>cassandre-trading-bot-spring-boot-starter-api-graphql-autoconfigure</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-api-graphql-autoconfigure 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-api-graphql-autoconfigure to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0.x
cassandre-trading-bot-spring-boot-starter-api-graphql-autoconfigure-6.0.1
cassandre-trading-bot-spring-boot-starter-api-graphql-autoconfigure-6.0.0
5.0.x
cassandre-trading-bot-spring-boot-starter-api-graphql-autoconfigure-5.0.8
cassandre-trading-bot-spring-boot-starter-api-graphql-autoconfigure-5.0.7
cassandre-trading-bot-spring-boot-starter-api-graphql-autoconfigure-5.0.6
cassandre-trading-bot-spring-boot-starter-api-graphql-autoconfigure-5.0.5
cassandre-trading-bot-spring-boot-starter-api-graphql-autoconfigure-5.0.4

How to add a dependency to Maven

Add the following tech.cassandre.trading.bot : cassandre-trading-bot-spring-boot-starter-api-graphql-autoconfigure 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-api-graphql-autoconfigure</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-api-graphql-autoconfigure gradle dependency to your build.gradle file:

implementation 'tech.cassandre.trading.bot:cassandre-trading-bot-spring-boot-starter-api-graphql-autoconfigure:6.0.1'

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

implementation("tech.cassandre.trading.bot:cassandre-trading-bot-spring-boot-starter-api-graphql-autoconfigure: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-api-graphql-autoconfigure sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.cassandre.trading.bot" % "cassandre-trading-bot-spring-boot-starter-api-graphql-autoconfigure" % "6.0.1"