MVN

net.lz1998 : pbbot-spring-boot-starter

Maven & Gradle

Aug 12, 2022
187 stars

pbbot-spring-boot-starter · A spring boot starter for qq bot development.

<dependency>
    <groupId>net.lz1998</groupId>
    <artifactId>pbbot-spring-boot-starter</artifactId>
    <version>0.0.39</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.lz1998 : pbbot-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.39

All Versions

Choose a version of net.lz1998 : pbbot-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
pbbot-spring-boot-starter-0.0.39
pbbot-spring-boot-starter-0.0.38
pbbot-spring-boot-starter-0.0.36
pbbot-spring-boot-starter-0.0.35
pbbot-spring-boot-starter-0.0.34
pbbot-spring-boot-starter-0.0.33
pbbot-spring-boot-starter-0.0.32
pbbot-spring-boot-starter-0.0.31
pbbot-spring-boot-starter-0.0.30
pbbot-spring-boot-starter-0.0.29
pbbot-spring-boot-starter-0.0.28
pbbot-spring-boot-starter-0.0.27
pbbot-spring-boot-starter-0.0.26
pbbot-spring-boot-starter-0.0.25
pbbot-spring-boot-starter-0.0.24
pbbot-spring-boot-starter-0.0.23
pbbot-spring-boot-starter-0.0.22
pbbot-spring-boot-starter-0.0.21
pbbot-spring-boot-starter-0.0.20
pbbot-spring-boot-starter-0.0.19
pbbot-spring-boot-starter-0.0.18
pbbot-spring-boot-starter-0.0.17
pbbot-spring-boot-starter-0.0.16
pbbot-spring-boot-starter-0.0.15
pbbot-spring-boot-starter-0.0.14
pbbot-spring-boot-starter-0.0.13
pbbot-spring-boot-starter-0.0.12
pbbot-spring-boot-starter-0.0.11
pbbot-spring-boot-starter-0.0.10
pbbot-spring-boot-starter-0.0.9
pbbot-spring-boot-starter-0.0.8
pbbot-spring-boot-starter-0.0.7
pbbot-spring-boot-starter-0.0.6
pbbot-spring-boot-starter-0.0.5
pbbot-spring-boot-starter-0.0.4
pbbot-spring-boot-starter-0.0.3
pbbot-spring-boot-starter-0.0.2
pbbot-spring-boot-starter-0.0.1

How to add a dependency to Maven

Add the following net.lz1998 : pbbot-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.lz1998</groupId>
    <artifactId>pbbot-spring-boot-starter</artifactId>
    <version>0.0.39</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.lz1998 : pbbot-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'net.lz1998:pbbot-spring-boot-starter:0.0.39'

Gradle Kotlin DSL: Add the following net.lz1998 : pbbot-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("net.lz1998:pbbot-spring-boot-starter:0.0.39")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.lz1998 : pbbot-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "net.lz1998" % "pbbot-spring-boot-starter" % "0.0.39"

Advertisement