is not current version
Last Version 1.0

com.github.olivergondza:dumpling 0.7

Dumpling is an object model and domain specific language to represent and query the state of process threads and their lock based dependencies

GroupId

GroupId

com.github.olivergondza
ArtifactId

ArtifactId

dumpling
Version

Version

0.7
Type

Type

jar

Download dumpling 0.7


<!-- https://jarcasting.com/artifacts/com.github.olivergondza/dumpling/ -->
<dependency>
    <groupId>com.github.olivergondza</groupId>
    <artifactId>dumpling</artifactId>
    <version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.olivergondza/dumpling/
implementation 'com.github.olivergondza:dumpling:0.7'
// https://jarcasting.com/artifacts/com.github.olivergondza/dumpling/
implementation ("com.github.olivergondza:dumpling:0.7")
'com.github.olivergondza:dumpling:jar:0.7'
<dependency org="com.github.olivergondza" name="dumpling" rev="0.7">
  <artifact name="dumpling" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.olivergondza', module='dumpling', version='0.7')
)
libraryDependencies += "com.github.olivergondza" % "dumpling" % "0.7"
[com.github.olivergondza/dumpling "0.7"]