MVN

com.github.bogdanlivadariu : junit-reporting-handlebars

Maven & Gradle

Dec 21, 2021

junit-reporting-handlebars · Module used to generate JUnit reports using handlebars

<dependency>
    <groupId>com.github.bogdanlivadariu</groupId>
    <artifactId>junit-reporting-handlebars</artifactId>
    <version>2.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.bogdanlivadariu : junit-reporting-handlebars to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.1

All Versions

Choose a version of com.github.bogdanlivadariu : junit-reporting-handlebars to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
junit-reporting-handlebars-2.2.1
junit-reporting-handlebars-2.2.0
2.1.x
junit-reporting-handlebars-2.1.3
junit-reporting-handlebars-2.1.2
junit-reporting-handlebars-2.1.1
junit-reporting-handlebars-2.1.0
2.0.x
junit-reporting-handlebars-2.0.2
junit-reporting-handlebars-2.0.1
junit-reporting-handlebars-2.0.0
1.0.x
junit-reporting-handlebars-1.0.9
junit-reporting-handlebars-1.0.8
junit-reporting-handlebars-1.0.7
junit-reporting-handlebars-1.0.6
junit-reporting-handlebars-1.0.5
junit-reporting-handlebars-1.0.4
junit-reporting-handlebars-1.0.3
junit-reporting-handlebars-1.0.2
junit-reporting-handlebars-1.0.1
junit-reporting-handlebars-1.0.0

How to add a dependency to Maven

Add the following com.github.bogdanlivadariu : junit-reporting-handlebars maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.bogdanlivadariu</groupId>
    <artifactId>junit-reporting-handlebars</artifactId>
    <version>2.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.bogdanlivadariu : junit-reporting-handlebars gradle dependency to your build.gradle file:

implementation 'com.github.bogdanlivadariu:junit-reporting-handlebars:2.2.1'

Gradle Kotlin DSL: Add the following com.github.bogdanlivadariu : junit-reporting-handlebars gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.bogdanlivadariu:junit-reporting-handlebars:2.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.bogdanlivadariu : junit-reporting-handlebars sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.bogdanlivadariu" % "junit-reporting-handlebars" % "2.2.1"