javamongodbjongo

How to get jar lib files of jongo?


Follow at jongo a java library on top of MongoDB allow Query in Java as in Mongo shell. Example:

SHELL

db.friends.find({"age": {$gt: 18}});

JAVA DRIVER

friends.find(new BasicDBObject("age",new BasicDBObject("$gt", 18)));

JONGO

friends.find("{age: {$gt: 18}}").as(Friend.class);

But I can't find anything to download these jar lib files. Who could share this file with me?


Solution

  • The project is hosted on the Sonatype OSS library, so you could search for it here https://oss.sonatype.org/index.html#nexus-search;quick~jongo

    A quick search for the latest jar turned up https://oss.sonatype.org/service/local/artifact/maven/redirect?r=releases&g=org.jongo&a=jongo&v=0.2&e=jar