Compatible with Java 1.8 and above
To use it as a maven dependency add the following to your pom.xml
file:
<dependencies>
...
<dependency>
<groupId>com.debacharya</groupId>
<artifactId>nsgaii</artifactId>
<version>3.0.2</version>
</dependency>
</dependencies>
Please note that while you can use version 3.0.1, it requires Java 13 and above. 3.0.2 has been released to be able to work with Java 1.8 and above.