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