This one should work: <dependency> <groupId>com.github.raymanrt</groupId> <artifactId>orientqb</artifactId> <version>0.1.0</version> </dependency>
2015-02-05 11:30 GMT+01:00 Luca Garulli <[email protected]>: > Hi Riccardo. > > What's the maven snippet to include? > > Lvc@ > Il 05/Feb/2015 09:41 "Riccardo Tasso" <[email protected]> ha > scritto: > > Hi, a little step for orientdb a big step for orientqb, I've published my >> artifacts to oss sonatype repository, and now orientqb can be included in >> your projects also without building from source. >> >> Have fun, >> Riccardo >> >> 2015-01-14 1:16 GMT+01:00 Luca Garulli <[email protected]>: >> >>> Hey Riccardo, >>> You did it! Thanks very much. I hope the community adopts it in their >>> Java projects soon :-) >>> >>> Lvc@ >>> >>> >>> On 13 January 2015 at 23:35, <[email protected]> wrote: >>> >>>> >>>> Great stuff Riccardo, look forward to try it out. >>>> >>>> Thank you. >>>> >>>> Regards, >>>> -Stefan >>>> >>>> >>>> On Monday, 12 January 2015 08:58:17 UTC, Riccardo Tasso wrote: >>>>> >>>>> Hi all, >>>>> it's a couple of years I'm working on a project using OrientDB as >>>>> primary data storage and I find it a good product with great support team >>>>> and a interesting community of users. >>>>> >>>>> Since our application uses a lot OSQL query language I decided to >>>>> write a query builder with these goals: >>>>> >>>>> - *writing complex queries* without dealing with ugly Java String >>>>> composition >>>>> - *avoiding syntax errors* in OSQL as much as possible >>>>> >>>>> During Winter holidays I decided it would be useful to make it >>>>> available also to other OrientDB users and I spent some time implementing >>>>> all the missing construct for OSLQ SELECT statement ( >>>>> http://www.orientechnologies.com/docs/last/orientdb.wiki/ >>>>> SQL-Query.html ). Now it is public (under ASL 2.0) on github: >>>>> >>>>> https://github.com/raymanrt/orientqb >>>>> >>>>> On the repository you will find: further information about the project >>>>> and design choices, a little tutorial to start with and all the unit tests >>>>> for (almost) every function implemented. >>>>> >>>>> I really would like to have some feedback both from the development >>>>> team and from the users at any kind of level. Of course any contribution >>>>> is >>>>> appreciated. >>>>> >>>>> Cheers, >>>>> Riccardo >>>>> >>>> -- >>>> >>>> --- >>>> You received this message because you are subscribed to the Google >>>> Groups "OrientDB" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> >>> -- >>> >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "OrientDB" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- >> >> --- >> You received this message because you are subscribed to the Google Groups >> "OrientDB" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > -- > > --- > You received this message because you are subscribed to the Google Groups > "OrientDB" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
