Categories |
CategoriesEureka Container Microservices |
---|---|
GroupId | GroupIdorg.springframework.cloud.launcher |
ArtifactId | ArtifactIdspring-cloud-launcher-eureka |
Version | Version2.2.3.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.springframework.cloud.launcher/spring-cloud-launcher-eureka/ -->
<dependency>
<groupId>org.springframework.cloud.launcher</groupId>
<artifactId>spring-cloud-launcher-eureka</artifactId>
<version>2.2.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud.launcher/spring-cloud-launcher-eureka/
implementation 'org.springframework.cloud.launcher:spring-cloud-launcher-eureka:2.2.3.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.cloud.launcher/spring-cloud-launcher-eureka/
implementation ("org.springframework.cloud.launcher:spring-cloud-launcher-eureka:2.2.3.RELEASE")
'org.springframework.cloud.launcher:spring-cloud-launcher-eureka:jar:2.2.3.RELEASE'
<dependency org="org.springframework.cloud.launcher" name="spring-cloud-launcher-eureka" rev="2.2.3.RELEASE">
<artifact name="spring-cloud-launcher-eureka" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud.launcher', module='spring-cloud-launcher-eureka', version='2.2.3.RELEASE')
)
libraryDependencies += "org.springframework.cloud.launcher" % "spring-cloud-launcher-eureka" % "2.2.3.RELEASE"
[org.springframework.cloud.launcher/spring-cloud-launcher-eureka "2.2.3.RELEASE"]