aesteve / nubes

Annotation layer on top of Vert.x 3
Apache License 2.0
120 stars 35 forks source link

Maven support? #50

Closed RdeWilde closed 8 years ago

RdeWilde commented 8 years ago

Can I use this project into my maven structure?

aesteve commented 8 years ago

checkout the project (git clone) then run gradle install and it will install the project into your local maven repo.

then in your pom.xml, add a dependency to : com.github.aesteve.vertx.nubes:vertx-nubes:0.1-SNAPSHOT

aesteve commented 8 years ago

As soon as I'm happy with a version, I'll publish it to maven central. But I'm still working on the project at the moment.

RdeWilde commented 8 years ago

Great, thanks!