First of all, sorry about my bad english.
Well, I've got a Minecraft server and, for those who don't know, it works with Java plugins. To create a plugin, it's needed to import a dependency(the jar that runs the server).
Since I need to modify those dependencies sometimes, I've got to keep them on my Dropbox, 'cause I work together with other developers.
I started to think about easier ways to achieve these goals. After a little research I found out about maven and I tried to use Artifactory and Nexus but I keep having a lot of problems with both: My IDE(just started to use Intellij) just doesn't find the .jar in the repository manager(also verified on Eclipse and NetBeans).
-------- QUESTION STARTS HERE --------
So, what's the best and simplest and easiest way to have those dependencies online(I've got some Linux CentOS servers to host them) in order to be able to import them and keep it updated(even if it's cached locally) without the need to work with the files?