MVN

io.github.check-leak : check-leak-parent

Maven & Gradle

May 16, 2023
53 stars

CheckLeak · Library to introspect the JVM to avoid and find memory leaks.

<dependency>
    <groupId>io.github.check-leak</groupId>
    <artifactId>check-leak-parent</artifactId>
    <version>0.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.check-leak : check-leak-parent to add to Maven - Latest Versions:

  • Latest Stable: 0.11

All Versions

Choose a version of io.github.check-leak : check-leak-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.11
check-leak-parent-0.11
0.10
check-leak-parent-0.10
0.9
check-leak-parent-0.9
0.8
check-leak-parent-0.8
0.7
check-leak-parent-0.7
0.6
check-leak-parent-0.6

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.check-leak</groupId>
    <artifactId>check-leak-parent</artifactId>
    <version>0.11</version>
</dependency>

Advertisement