GroupId | GroupIdorg.springframework.cloud |
---|---|
ArtifactId | ArtifactIdspring-cloud-starter-turbine |
Version | Version1.3.4.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-turbine/ -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-turbine</artifactId>
<version>1.3.4.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-turbine/
implementation 'org.springframework.cloud:spring-cloud-starter-turbine:1.3.4.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-starter-turbine/
implementation ("org.springframework.cloud:spring-cloud-starter-turbine:1.3.4.RELEASE")
'org.springframework.cloud:spring-cloud-starter-turbine:jar:1.3.4.RELEASE'
<dependency org="org.springframework.cloud" name="spring-cloud-starter-turbine" rev="1.3.4.RELEASE">
<artifact name="spring-cloud-starter-turbine" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-starter-turbine', version='1.3.4.RELEASE')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-starter-turbine" % "1.3.4.RELEASE"
[org.springframework.cloud/spring-cloud-starter-turbine "1.3.4.RELEASE"]