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