An open API service indexing awesome lists of open source software.

https://github.com/dhruvjawalkar/java-modules-library-modular-app

An example app designed using Java Modules feature, LibraryModularApp contains several modules like bookapi, inventory, reports, checkout and service interface notificationservice with emailnotification as service implementation. The module define dependencies in the module-info.java file using requires, exports, uses and provides keywords
https://github.com/dhruvjawalkar/java-modules-library-modular-app

java-modules package-access-control

Last synced: 3 months ago
JSON representation

An example app designed using Java Modules feature, LibraryModularApp contains several modules like bookapi, inventory, reports, checkout and service interface notificationservice with emailnotification as service implementation. The module define dependencies in the module-info.java file using requires, exports, uses and provides keywords

Awesome Lists containing this project