-
Hugo Roussel authored
It is now possible to create jars with dependencies. Do : mvn clean compile assembly:single
Hugo Roussel authoredIt is now possible to create jars with dependencies. Do : mvn clean compile assembly:single
README.md 551 B
AMAKFX and AMOEBAonAMAK
Tested with openjdk 11.
Build Jar with dependencies
mvn clean compile assembly:single
Note that the resulting jars are not platform independant.
Use with Eclipse
Clone this repo and import it as a Maven project.
There is one parent project AMOEBA-parent
and two modules AMOEBAonAMAK
and AMAKFX
.
You should get a structure like this :
AMOEBA-parent
| AMAKFX
| AMOEBAonAMAK
For more detail on AMOEBAonAMAK or AMAKFX, check their respective README.