Dumpling
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.4 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеDSL based threaddump analyzer
Dumpling is an object model and domain specific language to represent and query the state of process threads and their lock based dependencies
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| dumpling-parent-2.4.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.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.olivergondza.dumpling/dumpling-parent/
implementation 'com.github.olivergondza.dumpling:dumpling-parent:2.4'
// https://jarcasting.com/artifacts/com.github.olivergondza.dumpling/dumpling-parent/
implementation ("com.github.olivergondza.dumpling:dumpling-parent:2.4")
'com.github.olivergondza.dumpling:dumpling-parent:pom:2.4'
<dependency org="com.github.olivergondza.dumpling" name="dumpling-parent" rev="2.4">
<artifact name="dumpling-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.olivergondza.dumpling', module='dumpling-parent', version='2.4')
)
libraryDependencies += "com.github.olivergondza.dumpling" % "dumpling-parent" % "2.4"
[com.github.olivergondza.dumpling/dumpling-parent "2.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.code.findbugs : jsr305 | jar | 1.3.9 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.hamcrest : hamcrest-library | jar | 1.2.1 |
| org.hamcrest : hamcrest-core | jar | 1.2.1 |
Dumpling is an object model and domain specific language to represent and query the state of process threads and their lock based dependencies.