Releases: trashgod/modular
Releases · trashgod/modular
Modular Project v5.0 (18-May-2023)
Verify using either or both of these:
jarsigner -verify modular-5.0.jar
shasum -a 256 modular-5.0.jar
SHA-256 checksum:
9be3eca4409579eda451a90052d19d958c919d55a4e4e20d183894560df9024f
Run from the command line using any of these:
mvn javafx:run
java -p /path/to/javafx-sdk-17.0.7/lib:target/modular-5.0.jar -m modular/org.example.ModularApp
mvn javafx:jlink ; ./target/modular/bin/modular
Modular Project v4.0
Modular Project v4.0 (18-Jul-2022)
Verify using either or both of these:
jarsigner -verify modular-4.0.jar
shasum -a 256 modular-4.0.jar
SHA-256 checksum:
144456da077a0d90335695ef82371e70b8b1022e9e7d8543da1811b5f7b5556b
Run from the command line using either of these:
mvn javafx:run
java --module-path /path/to/javafx-sdk-17/lib --add-modules javafx.controls -jar target/modular-4.0.jar
Modular Project v3.0
Modular Project v3.0 (14-Nov-2021)
Verify using either or both of these:
jarsigner -verify modular-3.0.jar
shasum -a 256 modular-3.0.jar
SHA-256 checksum:
0b0073b177efd5ebb61a81c5185a21cbf36c1cea040638dd9eb6ef38959f2729
Run from the command line using either of these:
mvn javafx:run
java --module-path /path/to/javafx-sdk-16/lib --add-modules javafx.controls -jar target/modular-3.0.jar
Modular Arithmetic Graph v2.0
Modular Arithmetic Graph v2.0 (6-Oct-2021)
Verify using either or both of these:
jarsigner -verify modular-2.0.jar
shasum -a 256 modular-2.0.jar
SHA-256 checksum:
fcb20d68827e85efe3f4e5aeaa891f53232558e7fa39f687c484d72eb09801e8
Run from the command line using either of these:
mvn javafx:run
java --module-path /path/to/javafx-sdk-16/lib --add-modules javafx.controls -jar target/modular-2.0.jar
Modular Arithmetic Graph v1.0
Modular Arithmetic Graph v1.0 (16-Sep-2021)
Run from the command line using either of these:
mvn javafx:run
java --module-path /path/to/javafx-sdk-16/lib --add-modules javafx.controls -jar target/modular-1.0.jar