MVN

com.saucelabs.bamboo : bamboo-sauceondemand-plugin

Maven & Gradle

Dec 12, 2015
11 stars

Bamboo Sauce OnDemand Plugin · This is the Sauce OnDemand plugin for Bamboo

<dependency>
    <groupId>com.saucelabs.bamboo</groupId>
    <artifactId>bamboo-sauceondemand-plugin</artifactId>
    <version>1.6.65</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.saucelabs.bamboo : bamboo-sauceondemand-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.65

All Versions

Choose a version of com.saucelabs.bamboo : bamboo-sauceondemand-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
bamboo-sauceondemand-plugin-1.6.65

How to add a dependency to Maven

Add the following com.saucelabs.bamboo : bamboo-sauceondemand-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.saucelabs.bamboo</groupId>
    <artifactId>bamboo-sauceondemand-plugin</artifactId>
    <version>1.6.65</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.saucelabs.bamboo : bamboo-sauceondemand-plugin gradle dependency to your build.gradle file:

implementation 'com.saucelabs.bamboo:bamboo-sauceondemand-plugin:1.6.65'

Gradle Kotlin DSL: Add the following com.saucelabs.bamboo : bamboo-sauceondemand-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.saucelabs.bamboo:bamboo-sauceondemand-plugin:1.6.65")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.saucelabs.bamboo : bamboo-sauceondemand-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.saucelabs.bamboo" % "bamboo-sauceondemand-plugin" % "1.6.65"

Advertisement