GroupId | GroupIdorg.springframework.cloud |
---|---|
ArtifactId | ArtifactIdspring-cloud-launcher |
Version | Version1.2.2.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
spring-cloud-launcher-1.2.2.RELEASE.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-launcher/ -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-launcher</artifactId>
<version>1.2.2.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-launcher/
implementation 'org.springframework.cloud:spring-cloud-launcher:1.2.2.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-launcher/
implementation ("org.springframework.cloud:spring-cloud-launcher:1.2.2.RELEASE")
'org.springframework.cloud:spring-cloud-launcher:pom:1.2.2.RELEASE'
<dependency org="org.springframework.cloud" name="spring-cloud-launcher" rev="1.2.2.RELEASE">
<artifact name="spring-cloud-launcher" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-launcher', version='1.2.2.RELEASE')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-launcher" % "1.2.2.RELEASE"
[org.springframework.cloud/spring-cloud-launcher "1.2.2.RELEASE"]