Maven Dependency device-detection >> 3.2.2.20-beta

In this page we are giving Maven Dependency of com.51degrees >> device-detection version3.2.2.20-beta

Ads

Tutorials   

You should include the dependency code given in this page to add Maven Dependency of com.51degrees >> device-detection version3.2.2.20-beta in your project.

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

Maven dependency automatically download dependent library of device-detection version 3.2.2.20-beta 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 device-detection version 3.2.2.20-beta

Maven dependency of device-detection version 3.2.2.20-beta:

<dependency>
	<groupId>com.51degrees</groupId>
	<artifactId>device-detection</artifactId>
	<version>3.2.2.20-beta</version>
</dependency>

Gradle Dependency of device-detection version 3.2.2.20-beta

compile group: 'com.51degrees', name: 'device-detection', version: '3.2.2.20-beta'

SBT Dependency of device-detection version 3.2.2.20-beta

libraryDependencies += "com.51degrees" % "device-detection" % "3.2.2.20-beta"

Ivy Dependency of device-detection version 3.2.2.20-beta

<dependency org="com.51degrees" name="device-detection" rev="3.2.2.20-beta"/>

Grape Dependency of device-detection version 3.2.2.20-beta

@Grapes(
    @Grab(group='com.51degrees', module='device-detection', version='3.2.2.20-beta')
)

Leiningen Dependency of device-detection version 3.2.2.20-beta

[com.51degrees/device-detection "3.2.2.20-beta"]

Buildr Dependency of device-detection version 3.2.2.20-beta

'com.51degrees:device-detection:jar:3.2.2.20-beta'

Advertisements