Maven Dependency ci-sauce >> 1.127

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

Ads

Tutorials   

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

In this page we are going to discuss about ci-sauce version 1.127 maven dependencies. Maven tool is project management tool which you use to manage your project and easily use ci-sauce version 1.127 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.127 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.127

Maven dependency of ci-sauce version 1.127:

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

Gradle Dependency of ci-sauce version 1.127

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

SBT Dependency of ci-sauce version 1.127

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

Ivy Dependency of ci-sauce version 1.127

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

Grape Dependency of ci-sauce version 1.127

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

Leiningen Dependency of ci-sauce version 1.127

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

Buildr Dependency of ci-sauce version 1.127

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

Advertisements