Java 11 Cookbook
上QQ阅读APP看书,第一时间看更新

Getting ready

We have seen and created a simple modular application in the Creating a simpler modular application recipe. In order to build a modular JAR, we will make use of the sample code available at Chapter03/3_modular_jar. This sample code contains two modules: math.util and calculator. We will create modular JARs for both the modules.