Jar examples for u:uadetector-core
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.13 in this page.
The Apache Software License, Version 2.0
You can use the following script to add uadetector-core-0.9.13.jar to your project.
<dependency> <groupId>net.sf.uadetector</groupId> <artifactId>uadetector-core</artifactId> <version>0.9.13</version> </dependency>
compile group: 'net.sf.uadetector', name: 'uadetector-core', version: '0.9.13'
libraryDependencies += "net.sf.uadetector" % "uadetector-core" % "0.9.13"
<dependency org="net.sf.uadetector" name="uadetector-core" rev="0.9.13"/>
@Grapes(@Grab(group='net.sf.uadetector', module='uadetector-core', version='0.9.13'))
'net.sf.uadetector:uadetector-core:jar:0.9.13'
Click the following link to download the jar file.
uadetector-core-0.9.13-javadoc.jar