d

dumpling

Dumpling is an object model and domain specific language to represent and query the state of process threads and their lock based dependencies
https://github.com/olivergondza/dumpling
MIT license
Oliver Gondža
Files download
File Operation
dumpling-1.0.jar download
dumpling-1.0.pom download
dumpling-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.olivergondza</groupId>
  <artifactId>dumpling</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.olivergondza:dumpling:1.0'
Gradle Kotlin
implementation("com.github.olivergondza:dumpling:1.0")
Scala SBT
libraryDependencies += "com.github.olivergondza" % "dumpling" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.olivergondza', module='dumpling', version='1.0')
)
Apache Ivy
<dependency org="com.github.olivergondza" name="dumpling" rev="1.0" />
Leiningen
[com.github.olivergondza/dumpling "1.0"]
Apache Buildr
'com.github.olivergondza:dumpling:jar:1.0'