Skip to content

Compatible with Java 1.8 and above

Compare
Choose a tag to compare
@onclave onclave released this 23 May 00:32
· 29 commits to master since this release

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.