blob: 2d90cb4faf94f48d785874b3744c570c7b4e162f [file] [log] [blame]
= Apache Winegrower - Simple example
This is example is the minimum application you can create with Winegrower.
Your application is a regular jar with a Winegrower activator entry point (a class annotation with `@ImplicitActivator`).
NB: this simple example is not OSGi compatible, it only runs with Winegrower.
== Dependencies
The only dependency you need is `winegrower-core`.
== Start