MVN

com.testfairy : testfairy-uploader

Maven & Gradle

Mar 29, 2017

TestFairy Uploader · TestFairy uploader Java library

<dependency>
    <groupId>com.testfairy</groupId>
    <artifactId>testfairy-uploader</artifactId>
    <version>1.1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.testfairy : testfairy-uploader to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.7

All Versions

Choose a version of com.testfairy : testfairy-uploader to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
testfairy-uploader-1.1.7
testfairy-uploader-1.1.6
testfairy-uploader-1.1.2
testfairy-uploader-1.1.1
testfairy-uploader-1.1.0
1.0.x
testfairy-uploader-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.testfairy</groupId>
    <artifactId>testfairy-uploader</artifactId>
    <version>1.1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.testfairy : testfairy-uploader gradle dependency to your build.gradle file:

implementation 'com.testfairy:testfairy-uploader:1.1.7'

Gradle Kotlin DSL: Add the following com.testfairy : testfairy-uploader gradle kotlin dependency to your build.gradle.kts file:

implementation("com.testfairy:testfairy-uploader:1.1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.testfairy : testfairy-uploader sbt scala dependency to your build.sbt file:

libraryDependencies += "com.testfairy" % "testfairy-uploader" % "1.1.7"

Advertisement