MVN

io.github.artur3280 : TestRail-Api

Maven & Gradle

Oct 31, 2021
0 stars

TestRail-Api · This plugin improves user experience with the official TestRail SDK.

<dependency>
    <groupId>io.github.artur3280</groupId>
    <artifactId>TestRail-Api</artifactId>
    <version>0.6.8.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.artur3280 : TestRail-Api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.8.2

All Versions

Choose a version of io.github.artur3280 : TestRail-Api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
TestRail-Api-0.6.8.2
TestRail-Api-0.6.8.1
TestRail-Api-0.6.8
TestRail-Api-0.6.7.9
TestRail-Api-0.6.7.8
TestRail-Api-0.6.7.7
TestRail-Api-0.6.7.6
TestRail-Api-0.6.7.5
TestRail-Api-0.6.7.4
TestRail-Api-0.6.7.3
TestRail-Api-0.6.7.2
TestRail-Api-0.6.7
TestRail-Api-0.6.6
TestRail-Api-0.6.5
TestRail-Api-0.6.4
TestRail-Api-0.6.3
TestRail-Api-0.6.2
TestRail-Api-0.6.1
0.5.x
TestRail-Api-0.5.9
TestRail-Api-0.5.8
TestRail-Api-0.5.0

How to add a dependency to Maven

Add the following io.github.artur3280 : TestRail-Api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.artur3280</groupId>
    <artifactId>TestRail-Api</artifactId>
    <version>0.6.8.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.artur3280 : TestRail-Api gradle dependency to your build.gradle file:

implementation 'io.github.artur3280:TestRail-Api:0.6.8.2'

Gradle Kotlin DSL: Add the following io.github.artur3280 : TestRail-Api gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.artur3280:TestRail-Api:0.6.8.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.artur3280 : TestRail-Api sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.artur3280" % "TestRail-Api" % "0.6.8.2"