9 ms·
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 com
by aramattamara 3y 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).
- vips7L 3y agoAFAIK Jigsaw solves a different problem. The transitive dep will still be found on the module path.