MVN

org.laxture : sbp-spring-boot-starter

Maven & Gradle

May 24, 2023
166 stars

sbp-spring-boot-starter · sbp introduce plugin oriented programming to Spring Boot

<dependency>
    <groupId>org.laxture</groupId>
    <artifactId>sbp-spring-boot-starter</artifactId>
    <version>3.1.20</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.laxture : sbp-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.20

All Versions

Choose a version of org.laxture : sbp-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
sbp-spring-boot-starter-3.1.20
3.0.x
sbp-spring-boot-starter-3.0.19
sbp-spring-boot-starter-3.0.18
2.7.x
sbp-spring-boot-starter-2.7.17
sbp-spring-boot-starter-2.7.16
sbp-spring-boot-starter-2.7.15
sbp-spring-boot-starter-2.7.14
2.4.x
sbp-spring-boot-starter-2.4.17
sbp-spring-boot-starter-2.4.16
sbp-spring-boot-starter-2.4.15
sbp-spring-boot-starter-2.4.14
0.1.x
sbp-spring-boot-starter-0.1.13
sbp-spring-boot-starter-0.1.11
sbp-spring-boot-starter-0.1.10
sbp-spring-boot-starter-0.1.9
sbp-spring-boot-starter-0.1.8
sbp-spring-boot-starter-0.1.7
sbp-spring-boot-starter-0.1.6
sbp-spring-boot-starter-0.1.5
sbp-spring-boot-starter-0.1.4
sbp-spring-boot-starter-0.1.3
sbp-spring-boot-starter-0.1.2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.laxture</groupId>
    <artifactId>sbp-spring-boot-starter</artifactId>
    <version>3.1.20</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.laxture : sbp-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'org.laxture:sbp-spring-boot-starter:3.1.20'

Gradle Kotlin DSL: Add the following org.laxture : sbp-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("org.laxture:sbp-spring-boot-starter:3.1.20")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.laxture : sbp-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "org.laxture" % "sbp-spring-boot-starter" % "3.1.20"

Advertisement