Project currently consists of the following:
We also provide maven archetypes demonstrating features of the above components:
Note: Silverspoon is countinuously being uploaded to sonatype snapshot repository. In order to use the snapshot version add the following maven repository to your maven settings:
<repositories>
<repository>
<id>sonatype-public-repository</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>