Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcn.hippo4j |
ArtifactId | ArtifactIdhippo4j-spring-boot |
Version | Version1.1.0-beta.3 |
Type | Typepom |
Filename | Size |
---|---|
hippo4j-spring-boot-1.1.0-beta.3.pom | 1007 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/cn.hippo4j/hippo4j-spring-boot/ -->
<dependency>
<groupId>cn.hippo4j</groupId>
<artifactId>hippo4j-spring-boot</artifactId>
<version>1.1.0-beta.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.hippo4j/hippo4j-spring-boot/
implementation 'cn.hippo4j:hippo4j-spring-boot:1.1.0-beta.3'
// https://jarcasting.com/artifacts/cn.hippo4j/hippo4j-spring-boot/
implementation ("cn.hippo4j:hippo4j-spring-boot:1.1.0-beta.3")
'cn.hippo4j:hippo4j-spring-boot:pom:1.1.0-beta.3'
<dependency org="cn.hippo4j" name="hippo4j-spring-boot" rev="1.1.0-beta.3">
<artifact name="hippo4j-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.hippo4j', module='hippo4j-spring-boot', version='1.1.0-beta.3')
)
libraryDependencies += "cn.hippo4j" % "hippo4j-spring-boot" % "1.1.0-beta.3"
[cn.hippo4j/hippo4j-spring-boot "1.1.0-beta.3"]