This is a very simple project showing the very basics of uso.
This project shows how to use uso with 3:rd party dependencies.
This projects show how to publish a project locally and to maven central (sonatype).
NOTE: Work in progress. This example is not yet functional. This project shows an example of a multi module project. It has three sub projects, common, subA and subB where subA and subB depend on common. The common module is a library used by both subA and subB.