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