Dumpling
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 | GroupIdcom.github.olivergondza.dumpling |
ArtifactId | ArtifactIddumpling-parent |
Last Version | Last Version2.4 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionDSL 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 |
Source Code Management |
Source Code Management |
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"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 1.3.9 |
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 |
Dumpling is an object model and domain specific language to represent and query the state of process threads and their lock based dependencies.