DurianDebug: Utilities for quick 'n dirty debugging and profiling
A collection of utilities which are useful for quickly debugging and profiling some code.
| Лицензия |
Лицензия
The Apache Software License, Version 2.0
|
|---|---|
| Группа | Группаcom.diffplug.durian |
| Идентификатор | Идентификаторdurian-debug |
| Последняя версия | Последняя версия1.1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеdurian-debug
DurianDebug - Utilities for quick 'n dirty debugging and profiling
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| durian-debug-1.1.0.pom | |
| durian-debug-1.1.0.jar | 35 KB |
| durian-debug-1.1.0-sources.jar | 17 KB |
| durian-debug-1.1.0-javadoc.jar | 69 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.diffplug.durian/durian-debug/ -->
<dependency>
<groupId>com.diffplug.durian</groupId>
<artifactId>durian-debug</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.diffplug.durian/durian-debug/
implementation 'com.diffplug.durian:durian-debug:1.1.0'
// https://jarcasting.com/artifacts/com.diffplug.durian/durian-debug/
implementation ("com.diffplug.durian:durian-debug:1.1.0")
'com.diffplug.durian:durian-debug:jar:1.1.0'
<dependency org="com.diffplug.durian" name="durian-debug" rev="1.1.0">
<artifact name="durian-debug" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.diffplug.durian', module='durian-debug', version='1.1.0')
)
libraryDependencies += "com.diffplug.durian" % "durian-debug" % "1.1.0"
[com.diffplug.durian/durian-debug "1.1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.diffplug.durian : durian-core | jar | 1.1.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.code.findbugs : annotations | jar | 3.0.0 |
| com.google.code.findbugs : jsr305 | jar | 3.0.0 |
DurianDebug: Utilities for quick 'n dirty debugging and profilingA collection of utilities which are useful for quickly debugging and profiling some code.