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