Integrates Bitsy with Vert.x.
To use Bitsy in Vert.x, you need to include following dependency to your project:
<dependency>
<groupId>org.cstamas.vertx.bitsy</groupId>
<artifactId>vertx-bitsy</artifactId>
<version>1.0.0</version>
</dependency>
- master - uses latest Bitsy 1.5.2 and Vert.x 3.3
Note: build depends on eclipse-vertx/vertx-codegen#81 as it uses Takari Lifecycle with JDT compiler! Hence, must use Vert.x 3.3.2+ if you are building this project.
Have fun!
t