This is an implementation of the johnson circuit finding algorithm that lists all the elementary circuits within a graph. Usage of this libary is best learned by looking at the test cases within the src/test/java directory.
Java 11 or later. Maven for building.
mvn install
will install the jar into your local maven repository.