File | Operation |
---|---|
spring-boot-admin-samples-3.0.2.pom | download |
<dependency>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-samples</artifactId>
<version>3.0.2</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='de.codecentric', module='spring-boot-admin-samples', version='3.0.2')
)
<parent> <groupId>de.codecentric</groupId> <artifactId>spring-boot-admin-build</artifactId> <version>3.0.2</version> </parent>