MVN

com.github.marks-yag : ketty-jupiter

Maven & Gradle

Jan 15, 2023

Ketty Jupiter · A junit5 jupiter extension to detect memory leak automatically.

<dependency>
    <groupId>com.github.marks-yag</groupId>
    <artifactId>ketty-jupiter</artifactId>
    <version>0.20.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.marks-yag : ketty-jupiter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.20.2

All Versions

Choose a version of com.github.marks-yag : ketty-jupiter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.20.x
ketty-jupiter-0.20.2
ketty-jupiter-0.20.1
ketty-jupiter-0.20.0
0.19.x
ketty-jupiter-0.19.7
ketty-jupiter-0.19.6
ketty-jupiter-0.19.5
ketty-jupiter-0.19.4
ketty-jupiter-0.19.3
ketty-jupiter-0.19.2

How to add a dependency to Maven

Add the following com.github.marks-yag : ketty-jupiter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.marks-yag</groupId>
    <artifactId>ketty-jupiter</artifactId>
    <version>0.20.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.marks-yag : ketty-jupiter gradle dependency to your build.gradle file:

implementation 'com.github.marks-yag:ketty-jupiter:0.20.2'

Gradle Kotlin DSL: Add the following com.github.marks-yag : ketty-jupiter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.marks-yag:ketty-jupiter:0.20.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.marks-yag : ketty-jupiter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.marks-yag" % "ketty-jupiter" % "0.20.2"