Ideally, if your team uses a maven-based dependency management system (e.g. Leiningen), you will have a repository manager installed. You can then deploy the library in the repository manager of your team.
Most repository managers have already enabled Maven Central and make it easy to add additional repositories to the proxy server (for example, Clojars) and to host your own repositories (for the mango storm and the project under development).
After getting one setup, one of the things you want to make sure your team does this is either set as a proxy repository server, or as an additional repository for extracting jars.
You can find a list of repository managers on the maven website .
deterb
source share