What's the recommended way to make a Scala project available to the community?

Viewed 419

I am currently writing a configuration file library (sort of Configgy replacement). For the moment, it's alpha release and stays well on GitHub. However, when the project will be stable enough, I plan to make the resulting JAR file widely available.

On Ruby I used the central RubyGems repository for that purpose. However, I have no idea what's the equivalent. I was thinking about using a Maven repository, but which one? And how?

I am using SBT 0.7.7 and I have no experience with Maven.

3 Answers
Related