is not current version
Last Version 2.7.0.Final

io.thorntail:jdr 2.1.0.Final

Enables the gathering of diagnostic data for use in remote analysis of error conditions. Although the data is in a simple format and could be useful to anyone, primarily useful for JBoss EAP subscribers who would provide the data to Red Hat when requesting support

GroupId

GroupId

io.thorntail
ArtifactId

ArtifactId

jdr
Version

Version

2.1.0.Final
Type

Type

jar

Download jdr 2.1.0.Final


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