j

jdr

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
Files download
File Operation
jdr-2017.6.0.jar download
jdr-2017.6.0.pom download
jdr-2017.6.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.wildfly.swarm</groupId>
  <artifactId>jdr</artifactId>
  <version>2017.6.0</version>
</dependency>
Gradle Groovy
implementation 'org.wildfly.swarm:jdr:2017.6.0'
Gradle Kotlin
implementation("org.wildfly.swarm:jdr:2017.6.0")
Scala SBT
libraryDependencies += "org.wildfly.swarm" % "jdr" % "2017.6.0"
Groovy Grape
@Grapes(
  @Grab(group='org.wildfly.swarm', module='jdr', version='2017.6.0')
)
Apache Ivy
<dependency org="org.wildfly.swarm" name="jdr" rev="2017.6.0" />
Leiningen
[org.wildfly.swarm/jdr "2017.6.0"]
Apache Buildr
'org.wildfly.swarm:jdr:jar:2017.6.0'