MVN

love.forte.simbot.boot : simboot-core-springboot-starter

Maven & Gradle

Feb 08, 2022
486 stars

simboot-core-springboot-starter

<dependency>
    <groupId>love.forte.simbot.boot</groupId>
    <artifactId>simboot-core-springboot-starter</artifactId>
    <version>3.0.0.preview.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of love.forte.simbot.boot : simboot-core-springboot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0.preview.2.0

All Versions

Choose a version of love.forte.simbot.boot : simboot-core-springboot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
simboot-core-springboot-starter-3.0.0.preview.2.0
simboot-core-springboot-starter-3.0.0.preview.1.0
simboot-core-springboot-starter-3.0.0.preview.0.6
simboot-core-springboot-starter-3.0.0.preview.0.5

How to add a dependency to Maven

Add the following love.forte.simbot.boot : simboot-core-springboot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>love.forte.simbot.boot</groupId>
    <artifactId>simboot-core-springboot-starter</artifactId>
    <version>3.0.0.preview.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following love.forte.simbot.boot : simboot-core-springboot-starter gradle dependency to your build.gradle file:

implementation 'love.forte.simbot.boot:simboot-core-springboot-starter:3.0.0.preview.2.0'

Gradle Kotlin DSL: Add the following love.forte.simbot.boot : simboot-core-springboot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("love.forte.simbot.boot:simboot-core-springboot-starter:3.0.0.preview.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following love.forte.simbot.boot : simboot-core-springboot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "love.forte.simbot.boot" % "simboot-core-springboot-starter" % "3.0.0.preview.2.0"

Advertisement