Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.asrevo |
ArtifactId | ArtifactIdspring-cloud-starter-ecs-discoveryclient |
Version | Version0.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.asrevo/spring-cloud-starter-ecs-discoveryclient/ -->
<dependency>
<groupId>com.asrevo</groupId>
<artifactId>spring-cloud-starter-ecs-discoveryclient</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.asrevo/spring-cloud-starter-ecs-discoveryclient/
implementation 'com.asrevo:spring-cloud-starter-ecs-discoveryclient:0.0.2'
// https://jarcasting.com/artifacts/com.asrevo/spring-cloud-starter-ecs-discoveryclient/
implementation ("com.asrevo:spring-cloud-starter-ecs-discoveryclient:0.0.2")
'com.asrevo:spring-cloud-starter-ecs-discoveryclient:jar:0.0.2'
<dependency org="com.asrevo" name="spring-cloud-starter-ecs-discoveryclient" rev="0.0.2">
<artifact name="spring-cloud-starter-ecs-discoveryclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.asrevo', module='spring-cloud-starter-ecs-discoveryclient', version='0.0.2')
)
libraryDependencies += "com.asrevo" % "spring-cloud-starter-ecs-discoveryclient" % "0.0.2"
[com.asrevo/spring-cloud-starter-ecs-discoveryclient "0.0.2"]