Last Version

DSL based threaddump analyzer 2.4

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

License

License

GroupId

GroupId

com.github.olivergondza.dumpling
ArtifactId

ArtifactId

dumpling-parent
Version

Version

2.4
Type

Type

pom
Description

Description

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
Project URL

Project URL

https://github.com/olivergondza/dumpling
Source Code Management

Source Code Management

https://github.com/olivergondza/dumpling

Download dumpling-parent 2.4

Filename Size
dumpling-parent-2.4.pom 6 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.olivergondza.dumpling/dumpling-parent/ -->
<dependency>
    <groupId>com.github.olivergondza.dumpling</groupId>
    <artifactId>dumpling-parent</artifactId>
    <version>2.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.olivergondza.dumpling/dumpling-parent/
implementation 'com.github.olivergondza.dumpling:dumpling-parent:2.4'
// https://jarcasting.com/artifacts/com.github.olivergondza.dumpling/dumpling-parent/
implementation ("com.github.olivergondza.dumpling:dumpling-parent:2.4")
'com.github.olivergondza.dumpling:dumpling-parent:pom:2.4'
<dependency org="com.github.olivergondza.dumpling" name="dumpling-parent" rev="2.4">
  <artifact name="dumpling-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.olivergondza.dumpling', module='dumpling-parent', version='2.4')
)
libraryDependencies += "com.github.olivergondza.dumpling" % "dumpling-parent" % "2.4"
[com.github.olivergondza.dumpling/dumpling-parent "2.4"]

Dependencies

compile (1)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 1.3.9

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.hamcrest : hamcrest-library jar 1.2.1
org.hamcrest : hamcrest-core jar 1.2.1

Project Modules

  • test-utils
  • core
  • groovy-api
  • cli