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 |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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-1.0.pom | |
| dumpling-1.0.jar | 69 KB |
| dumpling-1.0-sources.jar | 43 KB |
| dumpling-1.0-shaded.jar | 9 MB |
| dumpling-1.0-javadoc.jar | 220 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.olivergondza/dumpling/ -->
<dependency>
<groupId>com.github.olivergondza</groupId>
<artifactId>dumpling</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.olivergondza/dumpling/
implementation 'com.github.olivergondza:dumpling:1.0'
// https://jarcasting.com/artifacts/com.github.olivergondza/dumpling/
implementation ("com.github.olivergondza:dumpling:1.0")
'com.github.olivergondza:dumpling:jar:1.0'
<dependency org="com.github.olivergondza" name="dumpling" rev="1.0">
<artifact name="dumpling" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.olivergondza', module='dumpling', version='1.0')
)
libraryDependencies += "com.github.olivergondza" % "dumpling" % "1.0"
[com.github.olivergondza/dumpling "1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| javax.annotation : jsr250-api | jar | 1.0 |
| org.reflections : reflections | jar | 0.9.8 |
| args4j : args4j | jar | 2.0.26 |
| org.codehaus.groovy : groovy-jsr223 | jar | 2.3.3 |
| org.codehaus.groovy : groovy-groovysh | jar | 2.3.3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.hamcrest : hamcrest-library | jar | 1.2.1 |
| org.hamcrest : hamcrest-core | jar | 1.2.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.sun » tools | jar | 1.6 |
Dumpling is an object model and domain specific language to represent and query the state of process threads and their lock based dependencies.