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