JNOSQL / jnosql.github.io

The JNoSQL is a framework whose has the goal to help Java developers to create Java EE applications with NoSQL, whereby they can make scalable application beyond enjoy the polyglot persistence.
http://jnosql.org/
MIT License
19 stars 10 forks source link

which base library to use #40

Closed davidmoshal closed 1 year ago

davidmoshal commented 3 years ago

Hi, there seem to be pararlel libraries, one in the documentation, and one in the demos:

implementation("org.eclipse.jnosql.mapping:mapping-document:1.0.0-b3")
implementation("org.eclipse.jnosql.diana:ravendb-driver:1.0.0-b2")

vs

implementation("org.eclipse.jnosql.communication:communication-driver:1.0.0-b3")
implementation("org.eclipse.jnosql.communication:ravendb-driver:1.0.0-b3")
otaviojava commented 3 years ago

Hello, @davidmoshal how are you? The first one:

implementation("org.eclipse.jnosql.mapping:mapping-document:1.0.0-b3")
implementation("org.eclipse.jnosql.diana:ravendb-driver:1.0.0-b3")
dearrudam commented 1 year ago

@davidmoshal, I hope you're doing well!

It was updated!

You just need to add this dependency:

implementation("org.eclipse.jnosql.databases:jnosql-ravendb:1.0.0")

It will bring all necessary dependencies easily to your project.

Cheers,

Max