io.github.raboro.logic 1.0.0 Latest version
Install 1/2: Add this to pom.xml:
Learn more about Maven or Gradle
<dependency>
<groupId>io.github.raboro</groupId>
<artifactId>logic</artifactId>
<version>1.0.0</version>
</dependency>
Install 2/2: Run via command line
$ mvn install
About this package
This is a library for logic. You can use logical symbols like AND, NOR, XNOR and so on in combination
with truth tables.
Right now only for propositional logic, but in the future also predicate logic.