Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcn.hippo4j |
ArtifactId | ArtifactIdhippo4j-core-spring-boot-starter |
Version | Version1.2.0-RC4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.hippo4j/hippo4j-core-spring-boot-starter/ -->
<dependency>
<groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-core-spring-boot-starter</artifactId>
<version>1.2.0-RC4</version>
</dependency>
// https://jarcasting.com/artifacts/cn.hippo4j/hippo4j-core-spring-boot-starter/
implementation 'cn.hippo4j:hippo4j-core-spring-boot-starter:1.2.0-RC4'
// https://jarcasting.com/artifacts/cn.hippo4j/hippo4j-core-spring-boot-starter/
implementation ("cn.hippo4j:hippo4j-core-spring-boot-starter:1.2.0-RC4")
'cn.hippo4j:hippo4j-core-spring-boot-starter:jar:1.2.0-RC4'
<dependency org="cn.hippo4j" name="hippo4j-core-spring-boot-starter" rev="1.2.0-RC4">
<artifact name="hippo4j-core-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.hippo4j', module='hippo4j-core-spring-boot-starter', version='1.2.0-RC4')
)
libraryDependencies += "cn.hippo4j" % "hippo4j-core-spring-boot-starter" % "1.2.0-RC4"
[cn.hippo4j/hippo4j-core-spring-boot-starter "1.2.0-RC4"]