DOC

com.jwebmp.thirdparty : uadetector-resources

Maven & Gradle

Aug 09, 2019
3 usages

UADetector :: Resources · This package contains a verified version of the data file from http://user-agent-string.info. During the verification process the data are checked for ability to run against the current implementation. The goal is to provide frequently updated resources for detection of user agents without having to release a new implementation.

Table Of Contents

Latest Version

Download com.jwebmp.thirdparty : uadetector-resources Javadoc & API Documentation - Latest Versions:

All Versions

Download com.jwebmp.thirdparty : uadetector-resources Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.68.x
0.67.x

How to open Javadoc JAR file in web browser

  1. Rename the file uadetector-resources-0.68.0.1-javadoc.jar to uadetector-resources-0.68.0.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder uadetector-resources-0.68.0.1-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-resources-0.68.0.1-sources.jar" -d "uadetector-resources-0.68.0.1-javadoc" -subpackages 

Advertisement