#Java
Java's Module System: Help, My Dependencies Are Not Java Modules!
With Java, you can now modularize applications quite well, but you also have to consider dependencies. When these are not Java modules, it gets interesting. In this post you can learn more about the Java module system and how it can be used in your projects.