MVN

com.paypal : heap-dump-tool

Maven & Gradle

Oct 27, 2022
62 stars

Heap Dump Tool · Heap Dump Tool can capture and sanitize sensitive data from Java heap dumps

<dependency>
    <groupId>com.paypal</groupId>
    <artifactId>heap-dump-tool</artifactId>
    <version>1.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.paypal : heap-dump-tool to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.3

All Versions

Choose a version of com.paypal : heap-dump-tool to add to Maven or Gradle - All Versions:

  • Version Updated
  • heap-dump-tool-1.1.3

    Oct 27, 2022
  • heap-dump-tool-1.1.2

    Oct 19, 2022
  • heap-dump-tool-1.1.1

    Dec 23, 2021
  • heap-dump-tool-1.1.0

    Aug 30, 2021
  • heap-dump-tool-1.0.3

    Jul 29, 2021
  • heap-dump-tool-1.0.2

    Jul 29, 2021
  • heap-dump-tool-1.0.1

    Jul 29, 2021
  • heap-dump-tool-1.0.0

    Jul 29, 2021

How to add a dependency to Maven

Add the following com.paypal : heap-dump-tool maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.paypal</groupId>
    <artifactId>heap-dump-tool</artifactId>
    <version>1.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.paypal : heap-dump-tool gradle dependency to your build.gradle file:

implementation 'com.paypal:heap-dump-tool:1.1.3'

Gradle Kotlin DSL: Add the following com.paypal : heap-dump-tool gradle kotlin dependency to your build.gradle.kts file:

implementation("com.paypal:heap-dump-tool:1.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.paypal : heap-dump-tool sbt scala dependency to your build.sbt file:

libraryDependencies += "com.paypal" % "heap-dump-tool" % "1.1.3"