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 |
| Last Version | Last Version2.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionDumpling DSL
Dumpling core module
|
| Filename | Size |
|---|---|
| dumpling-2.4.pom | |
| dumpling-2.4.jar | 90 KB |
| dumpling-2.4-sources.jar | 59 KB |
| dumpling-2.4-javadoc.jar | 307 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.olivergondza.dumpling/dumpling/ -->
<dependency>
<groupId>com.github.olivergondza.dumpling</groupId>
<artifactId>dumpling</artifactId>
<version>2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.olivergondza.dumpling/dumpling/
implementation 'com.github.olivergondza.dumpling:dumpling:2.4'
// https://jarcasting.com/artifacts/com.github.olivergondza.dumpling/dumpling/
implementation ("com.github.olivergondza.dumpling:dumpling:2.4")
'com.github.olivergondza.dumpling:dumpling:jar:2.4'
<dependency org="com.github.olivergondza.dumpling" name="dumpling" rev="2.4">
<artifact name="dumpling" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.olivergondza.dumpling', module='dumpling', version='2.4')
)
libraryDependencies += "com.github.olivergondza.dumpling" % "dumpling" % "2.4"
[com.github.olivergondza.dumpling/dumpling "2.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.olivergondza : maven-jdk-tools-wrapper | jar | 0.1 |
| com.google.code.findbugs : jsr305 | jar | 1.3.9 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.olivergondza.dumpling » dumpling-test-utils | jar | 2.4 |
| org.mockito : mockito-core | jar | 1.9.5 |
| 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.