License |
License
The MIT license
|
---|---|
GroupId | GroupIdorg.kohsuke |
ArtifactId | ArtifactIdyoudebug |
Last Version | Last Version1.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionYouDebug
YouDebug is a non-interactive debugger scripted by Groovy to assist
remote troubleshooting and data collection to analyze failures.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
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 |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy | jar | 1.6.5 |
args4j : args4j | jar | 2.0.16 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |
com.thoughtworks.qdox : qdox | jar | 1.6.3 |
Group / Artifact | Type | Version |
---|---|---|
com.sun » tools | jar | 1.5 |