Categories |
CategoriesSpring Boot Container Microservices React User Interface Web Frameworks |
---|---|
GroupId | GroupIdde.codecentric |
ArtifactId | ArtifactIdspring-boot-admin-sample-reactive |
Version | Version2.2.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/de.codecentric/spring-boot-admin-sample-reactive/ -->
<dependency>
<groupId>de.codecentric</groupId>
<artifactId>spring-boot-admin-sample-reactive</artifactId>
<version>2.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/de.codecentric/spring-boot-admin-sample-reactive/
implementation 'de.codecentric:spring-boot-admin-sample-reactive:2.2.4'
// https://jarcasting.com/artifacts/de.codecentric/spring-boot-admin-sample-reactive/
implementation ("de.codecentric:spring-boot-admin-sample-reactive:2.2.4")
'de.codecentric:spring-boot-admin-sample-reactive:jar:2.2.4'
<dependency org="de.codecentric" name="spring-boot-admin-sample-reactive" rev="2.2.4">
<artifact name="spring-boot-admin-sample-reactive" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.codecentric', module='spring-boot-admin-sample-reactive', version='2.2.4')
)
libraryDependencies += "de.codecentric" % "spring-boot-admin-sample-reactive" % "2.2.4"
[de.codecentric/spring-boot-admin-sample-reactive "2.2.4"]