MVN

com.chtsinc : ch-jira

Maven & Gradle

May 08, 2023

ch-jira · Intgeration your automation with Zephyr Test Automation APIs.

<dependency>
    <groupId>com.chtsinc</groupId>
    <artifactId>ch-jira</artifactId>
    <version>1.0.0-alpha</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.chtsinc : ch-jira to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-alpha
  • Latest Alpha: 1.0.0-alpha

All Versions

Choose a version of com.chtsinc : ch-jira to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
ch-jira-1.0.0-alpha

How to add a dependency to Maven

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

<dependency>
    <groupId>com.chtsinc</groupId>
    <artifactId>ch-jira</artifactId>
    <version>1.0.0-alpha</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.chtsinc : ch-jira gradle dependency to your build.gradle file:

implementation 'com.chtsinc:ch-jira:1.0.0-alpha'

Gradle Kotlin DSL: Add the following com.chtsinc : ch-jira gradle kotlin dependency to your build.gradle.kts file:

implementation("com.chtsinc:ch-jira:1.0.0-alpha")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.chtsinc : ch-jira sbt scala dependency to your build.sbt file:

libraryDependencies += "com.chtsinc" % "ch-jira" % "1.0.0-alpha"