GitHunt
MA

manoelcampos/anu-quantum-number-java-client

A Java client to get real random integers from https://quantumnumbers.anu.edu.au

A Java client to get real random integers from https://quantumnumbers.anu.edu.au build javadoc Maven Central

How to use

Create an account at https://quantumnumbers.anu.edu.au and get an API key.

Include the library inside your project's pom.xml:

<dependency>
    <groupId>io.github.manoelcampos</groupId>
    <artifactId>anu-quantum-number-client</artifactId>
    <version>LATEST</version>
</dependency>

Example

Check an example inside the main method here.

The example is loading the service API key from a .env file.
In order to make it work in your project, create a .env file inside the project root dir and insert your API key, as demonstrated in .env.example.

If you don't want to use an .env file, just pass the API key to the AnuQuantumNumberClient constructor.

Languages

Java100.0%

Contributors

GNU General Public License v3.0
Created June 2, 2023
Updated October 14, 2025
manoelcampos/anu-quantum-number-java-client | GitHunt