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

com.github.olivergondza.dumpling:dumpling-parent 2.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
Идентификатор

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

dumpling-parent
Версия

Версия

2.3
Тип

Тип

pom

Скачать dumpling-parent 2.3

Имя Файла Размер
dumpling-parent-2.3.pom 6 KB
Обзор

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