MVN

com.sbxcloud.java.spring : sbx-spring-boot-starter

Maven & Gradle

Aug 17, 2020
0 stars

starter · Spring Boot Starter for SBXCLOUD

<dependency>
    <groupId>com.sbxcloud.java.spring</groupId>
    <artifactId>sbx-spring-boot-starter</artifactId>
    <version>1.1.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sbxcloud.java.spring : sbx-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.10

All Versions

Choose a version of com.sbxcloud.java.spring : sbx-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
sbx-spring-boot-starter-1.1.10
sbx-spring-boot-starter-1.1.09
sbx-spring-boot-starter-1.1.08
sbx-spring-boot-starter-1.1.07
sbx-spring-boot-starter-1.1.06
sbx-spring-boot-starter-1.1.05
sbx-spring-boot-starter-1.1.04
sbx-spring-boot-starter-1.1.03
sbx-spring-boot-starter-1.1.02
sbx-spring-boot-starter-1.1.01
1.0.x
sbx-spring-boot-starter-1.0.99
sbx-spring-boot-starter-1.0.98
sbx-spring-boot-starter-1.0.95
sbx-spring-boot-starter-1.0.94
sbx-spring-boot-starter-1.0.93
sbx-spring-boot-starter-1.0.2
sbx-spring-boot-starter-1.0.1
sbx-spring-boot-starter-1.0.0

How to add a dependency to Maven

Add the following com.sbxcloud.java.spring : sbx-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sbxcloud.java.spring</groupId>
    <artifactId>sbx-spring-boot-starter</artifactId>
    <version>1.1.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sbxcloud.java.spring : sbx-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'com.sbxcloud.java.spring:sbx-spring-boot-starter:1.1.10'

Gradle Kotlin DSL: Add the following com.sbxcloud.java.spring : sbx-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sbxcloud.java.spring:sbx-spring-boot-starter:1.1.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sbxcloud.java.spring : sbx-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sbxcloud.java.spring" % "sbx-spring-boot-starter" % "1.1.10"

Advertisement