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