Download uadetector-core-0.9.22.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.22 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.22.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials