DOC

com.ibasco.agql : async-gamequery-lib

Maven & Gradle

Apr 28, 2023
114 stars

Asynchronous Game Query Library · A game query library on steroids written for Java. This is an implementation of Valve's source query, rcon, master and steam web api protocols. Built on top of [Netty](https://github.com/netty/netty)

Table Of Contents

Latest Version

Download com.ibasco.agql : async-gamequery-lib Javadoc & API Documentation - Latest Versions:

How to open Javadoc JAR file in web browser

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

Advertisement