| Categories | CategoriesSpring Boot Container Microservices | 
|---|---|
| GroupId | GroupIdorg.dromara | 
| ArtifactId | ArtifactIdhmily-spring-boot-starter-parent | 
| Version | Version2.0.2-RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.dromara/hmily-spring-boot-starter-parent/ -->
<dependency>
    <groupId>org.dromara</groupId>
    <artifactId>hmily-spring-boot-starter-parent</artifactId>
    <version>2.0.2-RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.dromara/hmily-spring-boot-starter-parent/
implementation 'org.dromara:hmily-spring-boot-starter-parent:2.0.2-RELEASE'// https://jarcasting.com/artifacts/org.dromara/hmily-spring-boot-starter-parent/
implementation ("org.dromara:hmily-spring-boot-starter-parent:2.0.2-RELEASE")'org.dromara:hmily-spring-boot-starter-parent:jar:2.0.2-RELEASE'<dependency org="org.dromara" name="hmily-spring-boot-starter-parent" rev="2.0.2-RELEASE">
  <artifact name="hmily-spring-boot-starter-parent" type="jar" />
</dependency>@Grapes(
@Grab(group='org.dromara', module='hmily-spring-boot-starter-parent', version='2.0.2-RELEASE')
)libraryDependencies += "org.dromara" % "hmily-spring-boot-starter-parent" % "2.0.2-RELEASE"[org.dromara/hmily-spring-boot-starter-parent "2.0.2-RELEASE"]