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