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

https://github.com/semperos/jall-example

Example project using JAll
https://github.com/semperos/jall-example

Last synced: 5 months ago
JSON representation

Example project using JAll

Awesome Lists containing this project

README

          

# JAll Example #

This project is a simple example of using JAll. There are currently three classes available: `SimpleExample`, `IntermediateExample` and `AdvancedExample`.

You can run the main method of one of these classes as follows:

```
mvn test -DexampleMainClass=com.semperos.IntermediateExample
```