License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdio.github.sa1nt |
ArtifactId | ArtifactIdibm-heapdump-spring-boot-actuator |
Version | Version0.8 |
Type | Typejar |
Description |
Descriptionio.github.sa1nt:ibm-heapdump-spring-boot-actuator
A lib to make the Spring Boot Actuator `/actuator/heapdump` endpoint work on IBM JRE
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.github.sa1nt/ibm-heapdump-spring-boot-actuator/ -->
<dependency>
<groupId>io.github.sa1nt</groupId>
<artifactId>ibm-heapdump-spring-boot-actuator</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.sa1nt/ibm-heapdump-spring-boot-actuator/
implementation 'io.github.sa1nt:ibm-heapdump-spring-boot-actuator:0.8'
// https://jarcasting.com/artifacts/io.github.sa1nt/ibm-heapdump-spring-boot-actuator/
implementation ("io.github.sa1nt:ibm-heapdump-spring-boot-actuator:0.8")
'io.github.sa1nt:ibm-heapdump-spring-boot-actuator:jar:0.8'
<dependency org="io.github.sa1nt" name="ibm-heapdump-spring-boot-actuator" rev="0.8">
<artifact name="ibm-heapdump-spring-boot-actuator" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.sa1nt', module='ibm-heapdump-spring-boot-actuator', version='0.8')
)
libraryDependencies += "io.github.sa1nt" % "ibm-heapdump-spring-boot-actuator" % "0.8"
[io.github.sa1nt/ibm-heapdump-spring-boot-actuator "0.8"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-actuator | jar | 1.5.14.RELEASE |
org.springframework : spring-webmvc | jar |