is not current version
Last Version 2.4

com.github.olivergondza.dumpling:dumpling-parent 2.0

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.dumpling
ArtifactId

ArtifactId

dumpling-parent
Version

Version

2.0
Type

Type

pom

Download dumpling-parent 2.0

Filename Size
dumpling-parent-2.0.pom 6 KB
Browse

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