Download mobiledetect-1.1.1.jar file - Jar m

Jar examples for m:mobiledetect

Description

A lightweight Java library for detecting mobile devices.

You can download jar file mobiledetect 1.1.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add mobiledetect-1.1.1.jar to your project.

<dependency>
   <groupId>au.com.flyingkite</groupId>
   <artifactId>mobiledetect</artifactId>
   <version>1.1.1</version>
</dependency>
compile group: 'au.com.flyingkite', name: 'mobiledetect', version: '1.1.1'
libraryDependencies += "au.com.flyingkite" % "mobiledetect" % "1.1.1"
<dependency org="au.com.flyingkite" name="mobiledetect" rev="1.1.1"/>
@Grapes(@Grab(group='au.com.flyingkite', module='mobiledetect', version='1.1.1'))
'au.com.flyingkite:mobiledetect:jar:1.1.1'

Download

Click the following link to download the jar file.

mobiledetect-1.1.1-javadoc.jar
mobiledetect-1.1.1-sources.jar
mobiledetect-1.1.1.jar
mobiledetect-1.1.1.pom



Related Tutorials