License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices CLI User Interface |
GroupId | GroupIdcom.github.frog-warm |
ArtifactId | ArtifactIdspring-boot-admin-client |
Version | Version1.0.0.RELEASE |
Type | Typejar |
Description |
Descriptionspring-boot-admin-client
客户端
|
<!-- https://jarcasting.com/artifacts/com.github.frog-warm/spring-boot-admin-client/ -->
<dependency>
<groupId>com.github.frog-warm</groupId>
<artifactId>spring-boot-admin-client</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.frog-warm/spring-boot-admin-client/
implementation 'com.github.frog-warm:spring-boot-admin-client:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.frog-warm/spring-boot-admin-client/
implementation ("com.github.frog-warm:spring-boot-admin-client:1.0.0.RELEASE")
'com.github.frog-warm:spring-boot-admin-client:jar:1.0.0.RELEASE'
<dependency org="com.github.frog-warm" name="spring-boot-admin-client" rev="1.0.0.RELEASE">
<artifact name="spring-boot-admin-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.frog-warm', module='spring-boot-admin-client', version='1.0.0.RELEASE')
)
libraryDependencies += "com.github.frog-warm" % "spring-boot-admin-client" % "1.0.0.RELEASE"
[com.github.frog-warm/spring-boot-admin-client "1.0.0.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-actuator | jar | 2.3.4.RELEASE |
de.codecentric : spring-boot-admin-starter-client | jar | |
org.springframework.boot : spring-boot-starter-web Optional | jar | 2.3.4.RELEASE |
org.springframework.boot : spring-boot-starter-webflux Optional | jar | 2.3.4.RELEASE |
com.github.frog-warm : spring-boot-admin-common | jar | 1.0.0.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.3.4.RELEASE |