Jar examples for 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
You can download jar file dumpling 2.1 in this page.
MIT license
You can use the following script to add dumpling-2.1.jar to your project.
<dependency> <groupId>com.github.olivergondza.dumpling</groupId> <artifactId>dumpling</artifactId> <version>2.1</version> </dependency>
compile group: 'com.github.olivergondza.dumpling', name: 'dumpling', version: '2.1'
libraryDependencies += "com.github.olivergondza.dumpling" % "dumpling" % "2.1"
<dependency org="com.github.olivergondza.dumpling" name="dumpling" rev="2.1"/>
@Grapes(@Grab(group='com.github.olivergondza.dumpling', module='dumpling', version='2.1'))
'com.github.olivergondza.dumpling:dumpling:jar:2.1'
Click the following link to download the jar file.
dumpling-2.1-javadoc.jar