DOC

net.sf.uadetector : uadetector-parent

Maven & Gradle

Nov 09, 2014
246 stars

UADetector · UADetector is a library to identify over 190 different desktop and mobile browsers and 130 other User-Agents like feed readers, email clients and multimedia players. In addition, even more than 400 robots like BingBot, Googlebot or Yahoo Bot can be identified.

Table Of Contents

Latest Version

Download net.sf.uadetector : uadetector-parent Javadoc & API Documentation - Latest Versions:

All Versions

Download net.sf.uadetector : uadetector-parent Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2014.10
2014.09
0.2.x
0.1.x

How to open Javadoc JAR file in web browser

  1. Rename the file uadetector-parent-2014.10-javadoc.jar to uadetector-parent-2014.10-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder uadetector-parent-2014.10-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "uadetector-parent-2014.10-sources.jar" -d "uadetector-parent-2014.10-javadoc" -subpackages 

Advertisement