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