MVN

com.github.grantlittle : bdd-reporting-service

Maven & Gradle

Feb 24, 2017
2 stars

bdd-reporting-service · BDD Enterprise Reporting Server. This server provides the ability to upload reports from tools like Cucumber, SpecFlow, Pickles and the information is then aggregated into a central view across all projects.

<dependency>
    <groupId>com.github.grantlittle</groupId>
    <artifactId>bdd-reporting-service</artifactId>
    <version>0.1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.grantlittle : bdd-reporting-service to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.9

All Versions

Choose a version of com.github.grantlittle : bdd-reporting-service to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
bdd-reporting-service-0.1.9

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.grantlittle</groupId>
    <artifactId>bdd-reporting-service</artifactId>
    <version>0.1.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.grantlittle : bdd-reporting-service gradle dependency to your build.gradle file:

implementation 'com.github.grantlittle:bdd-reporting-service:0.1.9'

Gradle Kotlin DSL: Add the following com.github.grantlittle : bdd-reporting-service gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.grantlittle:bdd-reporting-service:0.1.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.grantlittle : bdd-reporting-service sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.grantlittle" % "bdd-reporting-service" % "0.1.9"