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 |
ArtifactId | ArtifactIddumpling |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
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-1.0.pom | |
dumpling-1.0.jar | 69 KB |
dumpling-1.0-sources.jar | 43 KB |
dumpling-1.0-shaded.jar | 9 MB |
dumpling-1.0-javadoc.jar | 220 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.olivergondza/dumpling/ -->
<dependency>
<groupId>com.github.olivergondza</groupId>
<artifactId>dumpling</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.olivergondza/dumpling/
implementation 'com.github.olivergondza:dumpling:1.0'
// https://jarcasting.com/artifacts/com.github.olivergondza/dumpling/
implementation ("com.github.olivergondza:dumpling:1.0")
'com.github.olivergondza:dumpling:jar:1.0'
<dependency org="com.github.olivergondza" name="dumpling" rev="1.0">
<artifact name="dumpling" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.olivergondza', module='dumpling', version='1.0')
)
libraryDependencies += "com.github.olivergondza" % "dumpling" % "1.0"
[com.github.olivergondza/dumpling "1.0"]
Group / Artifact | Type | Version |
---|---|---|
javax.annotation : jsr250-api | jar | 1.0 |
org.reflections : reflections | jar | 0.9.8 |
args4j : args4j | jar | 2.0.26 |
org.codehaus.groovy : groovy-jsr223 | jar | 2.3.3 |
org.codehaus.groovy : groovy-groovysh | jar | 2.3.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.hamcrest : hamcrest-library | jar | 1.2.1 |
org.hamcrest : hamcrest-core | jar | 1.2.1 |
Group / Artifact | Type | Version |
---|---|---|
com.sun » tools | jar | 1.6 |
Dumpling is an object model and domain specific language to represent and query the state of process threads and their lock based dependencies.