is not current version
Last Version 2.0.4-RELEASE

com.battcn:extend-spring-boot 2.0.3-RELEASE

扩展了一些 Spring Boot 没有提供的 Starter 包

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.battcn
ArtifactId

ArtifactId

extend-spring-boot
Version

Version

2.0.3-RELEASE
Type

Type

pom

Download extend-spring-boot 2.0.3-RELEASE


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