Home > database >  IntelliJ IDEA: installing dependencies without build tools?
IntelliJ IDEA: installing dependencies without build tools?

Time:07-29

How can you set up dependencies (the jar files that we usually grab from maven repository) in intellij, without using a build automation tool? Do u download them and install them in you're desktop and somehow connect them to the project you're working on in intellij or you're IDE of choice?

CodePudding user response:

IntelliJ IDEA add library from Maven

  • Related