Maven Dependency ci-sauce >> 1.84

In this page we are giving Maven Dependency of com.saucelabs >> ci-sauce version1.84

Ads

Tutorials   

You should include the dependency code given in this page to add Maven Dependency of com.saucelabs >> ci-sauce version1.84 in your project.

In this page we are going to discuss about ci-sauce version 1.84 maven dependencies. Maven tool is project management tool which you use to manage your project and easily use ci-sauce version 1.84 dependency by just including the code discussed here in pom.xml file of your Maven project.

Maven dependency automatically download dependent library of ci-sauce version 1.84 and include the necessary jar files in the project.

Code given here should be included inside <dependencies> ...... </dependencies> tag in the Maven configuration file pom.xml.

We also explained you dependency code of different build system like Gradle Dependency, SBT Dependency, Ivy Dependency, Grape Dependency etc...

Maven dependency of ci-sauce version 1.84

Maven dependency of ci-sauce version 1.84:

<dependency>
	<groupId>com.saucelabs</groupId>
	<artifactId>ci-sauce</artifactId>
	<version>1.84</version>
</dependency>

Gradle Dependency of ci-sauce version 1.84

compile group: 'com.saucelabs', name: 'ci-sauce', version: '1.84'

SBT Dependency of ci-sauce version 1.84

libraryDependencies += "com.saucelabs" % "ci-sauce" % "1.84"

Ivy Dependency of ci-sauce version 1.84

<dependency org="com.saucelabs" name="ci-sauce" rev="1.84"/>

Grape Dependency of ci-sauce version 1.84

@Grapes(
    @Grab(group='com.saucelabs', module='ci-sauce', version='1.84')
)

Leiningen Dependency of ci-sauce version 1.84

[com.saucelabs/ci-sauce "1.84"]

Buildr Dependency of ci-sauce version 1.84

'com.saucelabs:ci-sauce:jar:1.84'

Advertisements