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