| Лицензия |
Лицензия
The MIT license
|
|---|---|
| Группа | Группаorg.kohsuke |
| Идентификатор | Идентификаторyoudebug |
| Последняя версия | Последняя версия1.5 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеYouDebug
YouDebug is a non-interactive debugger scripted by Groovy to assist
remote troubleshooting and data collection to analyze failures.
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| youdebug-1.5.pom | |
| youdebug-1.5.jar | 89 KB |
| youdebug-1.5-sources.jar | 29 KB |
| youdebug-1.5-javadoc.jar | 92 KB |
| youdebug-1.5-jar-with-dependencies.jar | 5 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.kohsuke/youdebug/ -->
<dependency>
<groupId>org.kohsuke</groupId>
<artifactId>youdebug</artifactId>
<version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.kohsuke/youdebug/
implementation 'org.kohsuke:youdebug:1.5'
// https://jarcasting.com/artifacts/org.kohsuke/youdebug/
implementation ("org.kohsuke:youdebug:1.5")
'org.kohsuke:youdebug:jar:1.5'
<dependency org="org.kohsuke" name="youdebug" rev="1.5">
<artifact name="youdebug" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kohsuke', module='youdebug', version='1.5')
)
libraryDependencies += "org.kohsuke" % "youdebug" % "1.5"
[org.kohsuke/youdebug "1.5"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.codehaus.groovy : groovy | jar | 1.6.5 |
| args4j : args4j | jar | 2.0.16 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 3.8.1 |
| com.thoughtworks.qdox : qdox | jar | 1.6.3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.sun » tools | jar | 1.5 |