Download dumpling-2.1.jar file - Jar d

Jar examples for d:dumpling

Description

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.

License

MIT license

Build File

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'

Download

Click the following link to download the jar file.

dumpling-2.1-javadoc.jar
dumpling-2.1-sources.jar
dumpling-2.1.jar
dumpling-2.1.pom



Related Tutorials