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