- Start your IDE (Eclipse, IntelliJ IDEA, NetBeans)
- Use
Import Maven Projects
-thing-y function (usually there must be one) - Set the whole project to use Language Level of 8 (with Lambda support, etc)
- "Enable Auto-import" or manually import all the dependencies set in
<dependencies>
ofpom.xml
.