is not current version
Last Version 2.0.2.RELEASE

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

SIMPLE STARTER WITH SSM , MONGO , REDIS

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.springbootPlus
ArtifactId

ArtifactId

spring-boot-starter-allinone
Version

Version

2.0.1.RELEASE
Type

Type

jar

Download spring-boot-starter-allinone 2.0.1.RELEASE


<!-- https://jarcasting.com/artifacts/com.github.springbootPlus/spring-boot-starter-allinone/ -->
<dependency>
    <groupId>com.github.springbootPlus</groupId>
    <artifactId>spring-boot-starter-allinone</artifactId>
    <version>2.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.springbootPlus/spring-boot-starter-allinone/
implementation 'com.github.springbootPlus:spring-boot-starter-allinone:2.0.1.RELEASE'
// https://jarcasting.com/artifacts/com.github.springbootPlus/spring-boot-starter-allinone/
implementation ("com.github.springbootPlus:spring-boot-starter-allinone:2.0.1.RELEASE")
'com.github.springbootPlus:spring-boot-starter-allinone:jar:2.0.1.RELEASE'
<dependency org="com.github.springbootPlus" name="spring-boot-starter-allinone" rev="2.0.1.RELEASE">
  <artifact name="spring-boot-starter-allinone" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.springbootPlus', module='spring-boot-starter-allinone', version='2.0.1.RELEASE')
)
libraryDependencies += "com.github.springbootPlus" % "spring-boot-starter-allinone" % "2.0.1.RELEASE"
[com.github.springbootPlus/spring-boot-starter-allinone "2.0.1.RELEASE"]