MVN

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

Maven & Gradle

Jul 04, 2023
486 stars

simboot-core-spring-boot-starter · Simple Robot,一个通用的bot风格事件调度框架,以灵活的统一标准来编写bot应用。

<dependency>
    <groupId>love.forte.simbot.boot</groupId>
    <artifactId>simboot-core-spring-boot-starter</artifactId>
    <version>3.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.2.0
  • Latest Release Candidate: 3.0.0-RC.3
  • Latest Beta: 3.0.0-beta.3

All Versions

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

Version Vulnerabilities Updated
3.2.x
simboot-core-spring-boot-starter-3.2.0
3.1.x
simboot-core-spring-boot-starter-3.1.0
3.0.x
simboot-core-spring-boot-starter-3.0.0
simboot-core-spring-boot-starter-3.0.0-RC.3
simboot-core-spring-boot-starter-3.0.0-RC.2
simboot-core-spring-boot-starter-3.0.0-RC
simboot-core-spring-boot-starter-3.0.0-M6
simboot-core-spring-boot-starter-3.0.0-M5
simboot-core-spring-boot-starter-3.0.0-M4
simboot-core-spring-boot-starter-3.0.0-M3
simboot-core-spring-boot-starter-3.0.0-M2
simboot-core-spring-boot-starter-3.0.0-M1
simboot-core-spring-boot-starter-3.0.0-beta.3
simboot-core-spring-boot-starter-3.0.0-beta.3-dev.9
simboot-core-spring-boot-starter-3.0.0-beta.3-dev.8
simboot-core-spring-boot-starter-3.0.0-beta.3-dev.7
simboot-core-spring-boot-starter-3.0.0-beta.3-dev.6
simboot-core-spring-boot-starter-3.0.0-beta.3-dev.5
simboot-core-spring-boot-starter-3.0.0-beta.3-dev.4
simboot-core-spring-boot-starter-3.0.0-beta.3-dev.3
simboot-core-spring-boot-starter-3.0.0-beta.3-dev.2
simboot-core-spring-boot-starter-3.0.0-beta.3-dev.1
simboot-core-spring-boot-starter-3.0.0-beta.2
simboot-core-spring-boot-starter-3.0.0-beta
simboot-core-spring-boot-starter-3.0.0-beta-RC.2
simboot-core-spring-boot-starter-3.0.0-beta-RC.1
simboot-core-spring-boot-starter-3.0.0-beta-M3
simboot-core-spring-boot-starter-3.0.0.preview.20.0
simboot-core-spring-boot-starter-3.0.0-beta-M2
simboot-core-spring-boot-starter-3.0.0.preview.19.0
simboot-core-spring-boot-starter-3.0.0-beta-M1
simboot-core-spring-boot-starter-3.0.0.preview.18.0
simboot-core-spring-boot-starter-3.0.0.preview.17.1
simboot-core-spring-boot-starter-3.0.0.preview.17.0
simboot-core-spring-boot-starter-3.0.0.preview.16.0
simboot-core-spring-boot-starter-3.0.0.preview.15.0
simboot-core-spring-boot-starter-3.0.0.preview.14.0
simboot-core-spring-boot-starter-3.0.0.preview.13.0
simboot-core-spring-boot-starter-3.0.0.preview.12.0
simboot-core-spring-boot-starter-3.0.0.preview.11.1
simboot-core-spring-boot-starter-3.0.0.preview.11.0
simboot-core-spring-boot-starter-3.0.0.preview.10.2
simboot-core-spring-boot-starter-3.0.0.preview.10.1
simboot-core-spring-boot-starter-3.0.0.preview.10.0
simboot-core-spring-boot-starter-3.0.0.preview.9.1
simboot-core-spring-boot-starter-3.0.0.preview.9.0
simboot-core-spring-boot-starter-3.0.0.preview.8.1
simboot-core-spring-boot-starter-3.0.0.preview.8.0
simboot-core-spring-boot-starter-3.0.0.preview.7.0
simboot-core-spring-boot-starter-3.0.0.preview.6.0
simboot-core-spring-boot-starter-3.0.0.preview.5.0
simboot-core-spring-boot-starter-3.0.0.preview.4.1
simboot-core-spring-boot-starter-3.0.0.preview.4.0
simboot-core-spring-boot-starter-3.0.0.preview.3.0

How to add a dependency to Maven

Add the following love.forte.simbot.boot : simboot-core-spring-boot-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-spring-boot-starter</artifactId>
    <version>3.2.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'love.forte.simbot.boot:simboot-core-spring-boot-starter:3.2.0'

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

implementation("love.forte.simbot.boot:simboot-core-spring-boot-starter:3.2.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "love.forte.simbot.boot" % "simboot-core-spring-boot-starter" % "3.2.0"

Advertisement