is not current version
Last Version 3.1.3

org.springframework.cloud:spring-cloud-context 2.2.9.RELEASE

Spring Cloud Context

GroupId

GroupId

org.springframework.cloud
ArtifactId

ArtifactId

spring-cloud-context
Version

Version

2.2.9.RELEASE
Type

Type

jar

Download spring-cloud-context 2.2.9.RELEASE


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