MVN

com.github.olivergondza : dumpling

Maven & Gradle

May 03, 2019
14 stars

DSL based threaddump analyzer · Dumpling is an object model and domain specific language to represent and query the state of process threads and their lock based dependencies

<dependency>
    <groupId>com.github.olivergondza</groupId>
    <artifactId>dumpling</artifactId>
    <version>dumpling-parent</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.olivergondza : dumpling to add to Maven or Gradle - Latest Versions:

  • Latest Stable: dumpling-parent

All Versions

Choose a version of com.github.olivergondza : dumpling to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
dumpling-1.0
0.7
dumpling-0.7
0.6
dumpling-0.6
0.5
dumpling-0.5
0.4
dumpling-0.4
0.3
dumpling-0.3
0.2
dumpling-0.2
0.1
dumpling-0.1
dumpling
dumpling-dumpling-parent
dumpling-dumpling-groovy-api
dumpling-dumpling-cli
dumpling-dumpling

How to add a dependency to Maven

Add the following com.github.olivergondza : dumpling maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.olivergondza</groupId>
    <artifactId>dumpling</artifactId>
    <version>dumpling-parent</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.olivergondza : dumpling gradle dependency to your build.gradle file:

implementation 'com.github.olivergondza:dumpling:dumpling-parent'

Gradle Kotlin DSL: Add the following com.github.olivergondza : dumpling gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.olivergondza:dumpling:dumpling-parent")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.olivergondza : dumpling sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.olivergondza" % "dumpling" % "dumpling-parent"