Basic Module to Import libraries

Well in some sense that’s exactly what a module is - adding your own libraries. To add external libraries (i.e. libraries that you didn’t write and compile yourself) it should simply be a matter of including those *.jar files alongside your module’s jar files in the *.modl file, and include them in your module descriptor.

What you do with those included libraries is of course a different matter, and that depends greatly on what the library is…