An open API service indexing awesome lists of open source software.

https://github.com/markovmodel/stallone

stallone java library
https://github.com/markovmodel/stallone

Last synced: over 1 year ago
JSON representation

stallone java library

Awesome Lists containing this project

README

          

To compile stallone you need maven (>= 2.0) and a recent JDK (>= 1.6).

To build a distribution of stallone you invoke maven like this:
mvn -Dmaven.test.skip=true package

Note:
Some tests are currently failing (not yet impled), so they have to be skipped
in the maven invocation.