Download uadetector-resources-2014.10.jar file - Jar u

Jar examples for u:uadetector-resources

Description

This package contains a verified version of the data file from http://user-agent-string.info. During the verification process the data are checked for ability to run against the current implementation. The goal is to provide frequently updated resources for detection of user agents without having to release a new implementation.

You can download jar file uadetector-resources 2014.10 in this page.

Build File

You can use the following script to add uadetector-resources-2014.10.jar to your project.

<dependency>
   <groupId>net.sf.uadetector</groupId>
   <artifactId>uadetector-resources</artifactId>
   <version>2014.10</version>
</dependency>
compile group: 'net.sf.uadetector', name: 'uadetector-resources', version: '2014.10'
libraryDependencies += "net.sf.uadetector" % "uadetector-resources" % "2014.10"
<dependency org="net.sf.uadetector" name="uadetector-resources" rev="2014.10"/>
@Grapes(@Grab(group='net.sf.uadetector', module='uadetector-resources', version='2014.10'))
'net.sf.uadetector:uadetector-resources:jar:2014.10'

Download

Click the following link to download the jar file.

uadetector-resources-2014.10-javadoc.jar
uadetector-resources-2014.10-sources.jar
uadetector-resources-2014.10.jar
uadetector-resources-2014.10.pom



Related Tutorials