Download uadetector-core-0.9.9.jar file - Jar u

Jar examples for u:uadetector-core

Description

The UADetector core library includes the API and implementation to read the detection information and the functions to identify User-Agents, but not the database (also known as UAS data). The UAS data can be found in the resources module.

You can download jar file uadetector-core 0.9.9 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add uadetector-core-0.9.9.jar to your project.

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

Download

Click the following link to download the jar file.

uadetector-core-0.9.9-javadoc.jar
uadetector-core-0.9.9-sources.jar
uadetector-core-0.9.9.jar
uadetector-core-0.9.9.pom



Related Tutorials