File | Operation |
---|---|
spring-cloud-netflix-4.1.2.pom | download |
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-netflix</artifactId>
<version>4.1.2</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-netflix', version='4.1.2')
)
<parent> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-build</artifactId> <version>4.1.2</version> </parent>