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