s

spring-cloud-context

Spring Cloud Context
Files download
File Operation
spring-cloud-context-2.1.4.RELEASE.jar download
spring-cloud-context-2.1.4.RELEASE.pom download
spring-cloud-context-2.1.4.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>org.springframework.cloud</groupId>
  <artifactId>spring-cloud-context</artifactId>
  <version>2.1.4.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.cloud:spring-cloud-context:2.1.4.RELEASE'
Gradle Kotlin
implementation("org.springframework.cloud:spring-cloud-context:2.1.4.RELEASE")
Scala SBT
libraryDependencies += "org.springframework.cloud" % "spring-cloud-context" % "2.1.4.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.cloud', module='spring-cloud-context', version='2.1.4.RELEASE')
)
Apache Ivy
<dependency org="org.springframework.cloud" name="spring-cloud-context" rev="2.1.4.RELEASE" />
Leiningen
[org.springframework.cloud/spring-cloud-context "2.1.4.RELEASE"]
Apache Buildr
'org.springframework.cloud:spring-cloud-context:jar:2.1.4.RELEASE'