cstamas / vertx-bitsy

Vert.x Bitsy integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vert.x Bitsy Integration

Integrates Bitsy with Vert.x.

wercker status

Maven

Using it

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>

Branches and building

  • 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

About

Vert.x Bitsy integration

License:Apache License 2.0


Languages

Language:Java 91.1%Language:JavaScript 8.9%