не последняя версия
Последняя версия 1.0

com.github.olivergondza:dumpling 0.3

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

Группа

Группа

com.github.olivergondza
Идентификатор

Идентификатор

dumpling
Версия

Версия

0.3
Тип

Тип

jar

Скачать dumpling 0.3


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