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