From Jigsaw Project:
Make it easier for developers to construct and maintain libraries and large applications, for both the Java SE and EE Platforms.
I'm trying to learn what project Jigsaw is and till now it seems that the goal of Project Jigsaw somewhat overlaps with what we did using Maven (or Gradle) dependency management:
- Is it a threat to build tools like Maven?
- Or my understanding is wrong and project Jigsaw is going to complement these build tools in some way?