MVN

org.touchbit.testrail4j : testrail4j-core

Maven & Gradle

Sep 17, 2020
3 usages
16 stars

TestRail4j core · TestRail4j core module

<dependency>
    <groupId>org.touchbit.testrail4j</groupId>
    <artifactId>testrail4j-core</artifactId>
    <version>2.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.touchbit.testrail4j : testrail4j-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.1
  • Latest Beta: 2.0.1-beta
  • Latest Alpha: 1.1.5-alpha

All Versions

Choose a version of org.touchbit.testrail4j : testrail4j-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
testrail4j-core-2.2.1
testrail4j-core-2.2.0
2.1.x
testrail4j-core-2.1.1
2.0.x
testrail4j-core-2.0.1-beta
1.1.x
testrail4j-core-1.1.5-alpha

How to add a dependency to Maven

Add the following org.touchbit.testrail4j : testrail4j-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.touchbit.testrail4j</groupId>
    <artifactId>testrail4j-core</artifactId>
    <version>2.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.touchbit.testrail4j : testrail4j-core gradle dependency to your build.gradle file:

implementation 'org.touchbit.testrail4j:testrail4j-core:2.2.1'

Gradle Kotlin DSL: Add the following org.touchbit.testrail4j : testrail4j-core gradle kotlin dependency to your build.gradle.kts file:

implementation("org.touchbit.testrail4j:testrail4j-core:2.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.touchbit.testrail4j : testrail4j-core sbt scala dependency to your build.sbt file:

libraryDependencies += "org.touchbit.testrail4j" % "testrail4j-core" % "2.2.1"

Advertisement