From the course: IntelliJ IDEA Community Edition Essential Training

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Download libraries from Maven repos

Download libraries from Maven repos

From the course: IntelliJ IDEA Community Edition Essential Training

Start my 1-month free trial

Download libraries from Maven repos

- [Instructor] In older Java-based applications, to integrate an external library you would find the JAR file for the library, download it, copy it to your project and integrate it using your IDE, as I showed previously. In contemporary Java-based applications though, developers usually use Maven or Gradle, two frameworks that handle that download for you and can notify you when there are security issues or other potential upgrades. Now, if you want to use Maven from scratch, you would go to this page and you would copy and paste your dependency. And in fact, you can see there are icons here for doing that. But IntelliJ IDEA handles all that for you. I'm going to create a brand new project and I'm going to say this time that it's a Maven-based project. It's still going to be Java, but it'll add the Maven framework support. I'll use the same project STK as I have previously, and on this screen I'll call this MavenProject…

Contents