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 |
| Последняя версия | Последняя версия2.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеDumpling DSL
Dumpling core module
|
| Имя Файла | Размер |
|---|---|
| dumpling-2.4.pom | |
| dumpling-2.4.jar | 90 KB |
| dumpling-2.4-sources.jar | 59 KB |
| dumpling-2.4-javadoc.jar | 307 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.olivergondza.dumpling/dumpling/ -->
<dependency>
<groupId>com.github.olivergondza.dumpling</groupId>
<artifactId>dumpling</artifactId>
<version>2.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.olivergondza.dumpling/dumpling/
implementation 'com.github.olivergondza.dumpling:dumpling:2.4'
// https://jarcasting.com/artifacts/com.github.olivergondza.dumpling/dumpling/
implementation ("com.github.olivergondza.dumpling:dumpling:2.4")
'com.github.olivergondza.dumpling:dumpling:jar:2.4'
<dependency org="com.github.olivergondza.dumpling" name="dumpling" rev="2.4">
<artifact name="dumpling" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.olivergondza.dumpling', module='dumpling', version='2.4')
)
libraryDependencies += "com.github.olivergondza.dumpling" % "dumpling" % "2.4"
[com.github.olivergondza.dumpling/dumpling "2.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.olivergondza : maven-jdk-tools-wrapper | jar | 0.1 |
| com.google.code.findbugs : jsr305 | jar | 1.3.9 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.olivergondza.dumpling » dumpling-test-utils | jar | 2.4 |
| org.mockito : mockito-core | jar | 1.9.5 |
| 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.