License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.frog-warm |
ArtifactId | ArtifactIdspring-boot-admin |
Version | Version1.0.0.RELEASE |
Type | Typepom |
Description |
Descriptionspring-boot-admin
开箱即用的spring boot项目监控方案
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-boot-admin-1.0.0.RELEASE.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.frog-warm/spring-boot-admin/ -->
<dependency>
<groupId>com.github.frog-warm</groupId>
<artifactId>spring-boot-admin</artifactId>
<version>1.0.0.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.frog-warm/spring-boot-admin/
implementation 'com.github.frog-warm:spring-boot-admin:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.frog-warm/spring-boot-admin/
implementation ("com.github.frog-warm:spring-boot-admin:1.0.0.RELEASE")
'com.github.frog-warm:spring-boot-admin:pom:1.0.0.RELEASE'
<dependency org="com.github.frog-warm" name="spring-boot-admin" rev="1.0.0.RELEASE">
<artifact name="spring-boot-admin" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.frog-warm', module='spring-boot-admin', version='1.0.0.RELEASE')
)
libraryDependencies += "com.github.frog-warm" % "spring-boot-admin" % "1.0.0.RELEASE"
[com.github.frog-warm/spring-boot-admin "1.0.0.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.3.4.RELEASE |