Skip to content

cstamas/vertx-bitsy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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