DOC

ch.javacamp.bot-detector : bot-detector

Maven & Gradle

Mar 28, 2023
0 stars

Bot Detector · A small, fast and dependency less Java library to detect and verify bots and crawlers on the basis of user-agents and IP addresses. The authenticity of a bot can be verified with reverse dns lookups.

Table Of Contents

Latest Version

Download ch.javacamp.bot-detector : bot-detector Javadoc & API Documentation - Latest Versions:

All Versions

Download ch.javacamp.bot-detector : bot-detector Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x

How to open Javadoc JAR file in web browser

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