MVN

com.clickconcepts.jira : jira-testcase-reporter

Maven & Gradle

Feb 25, 2013

Provides functionality to report TestCase results to Jira

<dependency>
    <groupId>com.clickconcepts.jira</groupId>
    <artifactId>jira-testcase-reporter</artifactId>
    <version>0.05</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.clickconcepts.jira : jira-testcase-reporter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.05

All Versions

Choose a version of com.clickconcepts.jira : jira-testcase-reporter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.05
jira-testcase-reporter-0.05
0.02
jira-testcase-reporter-0.02

How to add a dependency to Maven

Add the following com.clickconcepts.jira : jira-testcase-reporter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.clickconcepts.jira</groupId>
    <artifactId>jira-testcase-reporter</artifactId>
    <version>0.05</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.clickconcepts.jira : jira-testcase-reporter gradle dependency to your build.gradle file:

implementation 'com.clickconcepts.jira:jira-testcase-reporter:0.05'

Gradle Kotlin DSL: Add the following com.clickconcepts.jira : jira-testcase-reporter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.clickconcepts.jira:jira-testcase-reporter:0.05")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.clickconcepts.jira : jira-testcase-reporter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.clickconcepts.jira" % "jira-testcase-reporter" % "0.05"