is not current version
Last Version 0.9.0.RELEASE

org.springframework.cloud:spring-cloud-alicloud-context 0.2.0.RELEASE


GroupId

GroupId

org.springframework.cloud
ArtifactId

ArtifactId

spring-cloud-alicloud-context
Version

Version

0.2.0.RELEASE
Type

Type

jar

Download spring-cloud-alicloud-context 0.2.0.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-alicloud-context/ -->
<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-alicloud-context</artifactId>
    <version>0.2.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-alicloud-context/
implementation 'org.springframework.cloud:spring-cloud-alicloud-context:0.2.0.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-alicloud-context/
implementation ("org.springframework.cloud:spring-cloud-alicloud-context:0.2.0.RELEASE")
'org.springframework.cloud:spring-cloud-alicloud-context:jar:0.2.0.RELEASE'
<dependency org="org.springframework.cloud" name="spring-cloud-alicloud-context" rev="0.2.0.RELEASE">
  <artifact name="spring-cloud-alicloud-context" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-alicloud-context', version='0.2.0.RELEASE')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-alicloud-context" % "0.2.0.RELEASE"
[org.springframework.cloud/spring-cloud-alicloud-context "0.2.0.RELEASE"]