| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices |
| GroupId | GroupIdcn.pomit |
| ArtifactId | ArtifactIdspring-boot-monitor |
| Last Version | Last Version0.0.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionspring-boot-monitor
Spring boot monitor , from the Spring boot admin
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| spring-boot-monitor-0.0.4.pom | |
| spring-boot-monitor-0.0.4.jar | 1 MB |
| spring-boot-monitor-0.0.4-sources.jar | 1 MB |
| spring-boot-monitor-0.0.4-javadoc.jar | 127 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.pomit/spring-boot-monitor/ -->
<dependency>
<groupId>cn.pomit</groupId>
<artifactId>spring-boot-monitor</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/cn.pomit/spring-boot-monitor/
implementation 'cn.pomit:spring-boot-monitor:0.0.4'
// https://jarcasting.com/artifacts/cn.pomit/spring-boot-monitor/
implementation ("cn.pomit:spring-boot-monitor:0.0.4")
'cn.pomit:spring-boot-monitor:jar:0.0.4'
<dependency org="cn.pomit" name="spring-boot-monitor" rev="0.0.4">
<artifact name="spring-boot-monitor" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.pomit', module='spring-boot-monitor', version='0.0.4')
)
libraryDependencies += "cn.pomit" % "spring-boot-monitor" % "0.0.4"
[cn.pomit/spring-boot-monitor "0.0.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-web Optional | jar | 2.1.4.RELEASE |
| org.projectlombok : lombok Optional | jar | 1.18.6 |
| org.springframework.boot : spring-boot-starter-actuator | jar | 2.0.4.RELEASE |