How to add java dependecies to java project ?
I would like to play with lombok or squirrel-foundation. How do I add those dependencies to java project ?
I would like to play with lombok or squirrel-foundation. How do I add those dependencies to java project ?
I'm pretty sure you just import the dependencies with the code and repl.it will automatically install the dependencies.
@PDanielY
well.. i imported import com.google.common.base.Preconditions;
and it just did not compile