is not current version
Last Version 1.5

org.kohsuke:youdebug 1.4

YouDebug is a non-interactive debugger scripted by Groovy to assist remote troubleshooting and data collection to analyze failures.

GroupId

GroupId

org.kohsuke
ArtifactId

ArtifactId

youdebug
Version

Version

1.4
Type

Type

jar

Download youdebug 1.4


<!-- https://jarcasting.com/artifacts/org.kohsuke/youdebug/ -->
<dependency>
    <groupId>org.kohsuke</groupId>
    <artifactId>youdebug</artifactId>
    <version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.kohsuke/youdebug/
implementation 'org.kohsuke:youdebug:1.4'
// https://jarcasting.com/artifacts/org.kohsuke/youdebug/
implementation ("org.kohsuke:youdebug:1.4")
'org.kohsuke:youdebug:jar:1.4'
<dependency org="org.kohsuke" name="youdebug" rev="1.4">
  <artifact name="youdebug" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kohsuke', module='youdebug', version='1.4')
)
libraryDependencies += "org.kohsuke" % "youdebug" % "1.4"
[org.kohsuke/youdebug "1.4"]