Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.battcn.boot |
ArtifactId | ArtifactIdextend-spring-boot |
Version | Version2.1.1-RELEASE |
Type | Typepom |
Filename | Size |
---|---|
extend-spring-boot-2.1.1-RELEASE.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.battcn.boot/extend-spring-boot/ -->
<dependency>
<groupId>com.battcn.boot</groupId>
<artifactId>extend-spring-boot</artifactId>
<version>2.1.1-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.battcn.boot/extend-spring-boot/
implementation 'com.battcn.boot:extend-spring-boot:2.1.1-RELEASE'
// https://jarcasting.com/artifacts/com.battcn.boot/extend-spring-boot/
implementation ("com.battcn.boot:extend-spring-boot:2.1.1-RELEASE")
'com.battcn.boot:extend-spring-boot:pom:2.1.1-RELEASE'
<dependency org="com.battcn.boot" name="extend-spring-boot" rev="2.1.1-RELEASE">
<artifact name="extend-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.battcn.boot', module='extend-spring-boot', version='2.1.1-RELEASE')
)
libraryDependencies += "com.battcn.boot" % "extend-spring-boot" % "2.1.1-RELEASE"
[com.battcn.boot/extend-spring-boot "2.1.1-RELEASE"]