Categories |
CategoriesCLI User Interface Eureka Container Microservices |
---|---|
GroupId | GroupIdcom.github.hippo-band |
ArtifactId | ArtifactIdhippo-client-with-eureka |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.hippo-band/hippo-client-with-eureka/ -->
<dependency>
<groupId>com.github.hippo-band</groupId>
<artifactId>hippo-client-with-eureka</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hippo-band/hippo-client-with-eureka/
implementation 'com.github.hippo-band:hippo-client-with-eureka:1.0.1'
// https://jarcasting.com/artifacts/com.github.hippo-band/hippo-client-with-eureka/
implementation ("com.github.hippo-band:hippo-client-with-eureka:1.0.1")
'com.github.hippo-band:hippo-client-with-eureka:jar:1.0.1'
<dependency org="com.github.hippo-band" name="hippo-client-with-eureka" rev="1.0.1">
<artifact name="hippo-client-with-eureka" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hippo-band', module='hippo-client-with-eureka', version='1.0.1')
)
libraryDependencies += "com.github.hippo-band" % "hippo-client-with-eureka" % "1.0.1"
[com.github.hippo-band/hippo-client-with-eureka "1.0.1"]