I am new to java, and I am trying to build a project that has an external dependency. When I try to build it
[javac] Compiling 814 source files to ~/Desktop/Dev/bitcoinj/out
[javac] ~/Desktop/Dev/bitcoinj/src/com/google/bitcoin/core/Block.java:25: package org.slf4j does not exist
[javac] import org.slf4j.Logger;
[javac] ...
How can install the missing external package? Is there a java package manager similar to the python pip?