File | Operation |
---|---|
spring-cloud-kubernetes-2.0.2.pom | download |
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-kubernetes</artifactId>
<version>2.0.2</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-kubernetes', version='2.0.2')
)
<dependency org="org.springframework.cloud" name="spring-cloud-kubernetes" rev="2.0.2" />
<parent> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-build</artifactId> <version>3.0.2</version> </parent>