Files download
File Operation
spring-cloud-core-1.1.0.RELEASE.jar download
spring-cloud-core-1.1.0.RELEASE.pom download
spring-cloud-core-1.1.0.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>org.springframework.cloud</groupId>
  <artifactId>spring-cloud-core</artifactId>
  <version>1.1.0.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.cloud:spring-cloud-core:1.1.0.RELEASE'
Gradle Kotlin
implementation("org.springframework.cloud:spring-cloud-core:1.1.0.RELEASE")
Scala SBT
libraryDependencies += "org.springframework.cloud" % "spring-cloud-core" % "1.1.0.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.cloud', module='spring-cloud-core', version='1.1.0.RELEASE')
)
Apache Ivy
<dependency org="org.springframework.cloud" name="spring-cloud-core" rev="1.1.0.RELEASE" />
Leiningen
[org.springframework.cloud/spring-cloud-core "1.1.0.RELEASE"]
Apache Buildr
'org.springframework.cloud:spring-cloud-core:jar:1.1.0.RELEASE'
Dependencies
The project has no third-party dependencies