MVN

com.github.springbootPlus : spring-boot-starter-allinone

Maven & Gradle

Jun 09, 2018

spring-boot-starter-allinone · SIMPLE STARTER WITH SSM , MONGO , REDIS

<dependency>
    <groupId>com.github.springbootPlus</groupId>
    <artifactId>spring-boot-starter-allinone</artifactId>
    <version>2.0.2.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.springbootPlus : spring-boot-starter-allinone to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.2.RELEASE

All Versions

Choose a version of com.github.springbootPlus : spring-boot-starter-allinone to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
spring-boot-starter-allinone-2.0.2.RELEASE
spring-boot-starter-allinone-2.0.1.RELEASE
spring-boot-starter-allinone-2.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.springbootPlus</groupId>
    <artifactId>spring-boot-starter-allinone</artifactId>
    <version>2.0.2.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.springbootPlus : spring-boot-starter-allinone gradle dependency to your build.gradle file:

implementation 'com.github.springbootPlus:spring-boot-starter-allinone:2.0.2.RELEASE'

Gradle Kotlin DSL: Add the following com.github.springbootPlus : spring-boot-starter-allinone gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.springbootPlus:spring-boot-starter-allinone:2.0.2.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.springbootPlus : spring-boot-starter-allinone sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.springbootPlus" % "spring-boot-starter-allinone" % "2.0.2.RELEASE"