File | Operation |
---|---|
spring-cloud-commons-parent-1.3.1.RELEASE.pom | download |
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-commons-parent</artifactId>
<version>1.3.1.RELEASE</version>
<type>pom</type>
</dependency>
libraryDependencies += "org.springframework.cloud" % "spring-cloud-commons-parent" % "1.3.1.RELEASE"
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-commons-parent', version='1.3.1.RELEASE')
)
<dependency org="org.springframework.cloud" name="spring-cloud-commons-parent" rev="1.3.1.RELEASE" />
<parent> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-build</artifactId> <version>1.3.7.RELEASE</version> </parent>