j

jreport

A utility to generate HTML log structured like Javadocs for each JUnit4 test class
https://github.com/raghubs81/jreport
The Apache License, Version 2.0
Raghunandan Seshadri
Files download
File Operation
jreport-1.0.jar download
jreport-1.0.pom download
jreport-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.raghubs81</groupId>
  <artifactId>jreport</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.raghubs81:jreport:1.0'
Gradle Kotlin
implementation("com.github.raghubs81:jreport:1.0")
Scala SBT
libraryDependencies += "com.github.raghubs81" % "jreport" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.raghubs81', module='jreport', version='1.0')
)
Apache Ivy
<dependency org="com.github.raghubs81" name="jreport" rev="1.0" />
Leiningen
[com.github.raghubs81/jreport "1.0"]
Apache Buildr
'com.github.raghubs81:jreport:jar:1.0'