Hacker News new | ask | show | jobs
by aramattamara 950 days ago
Yes, it's called Java modules (aka JEP-200).

Although people often skip it and put everything in one module. It was released in Java 9 (started in 2014 and completed fully in 2017).

1 comments

AFAIK Jigsaw solves a different problem. The transitive dep will still be found on the module path.