Maven Dependency ci-sauce >> 1.100

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

Ads

Tutorials   

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

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

Maven dependency of ci-sauce version 1.100:

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

Gradle Dependency of ci-sauce version 1.100

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

SBT Dependency of ci-sauce version 1.100

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

Ivy Dependency of ci-sauce version 1.100

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

Grape Dependency of ci-sauce version 1.100

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

Leiningen Dependency of ci-sauce version 1.100

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

Buildr Dependency of ci-sauce version 1.100

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

Advertisements