An open API service indexing awesome lists of open source software.

https://github.com/valery1707/mongo-bundle

Bundle of MongoDB binaries packaged as maven library
https://github.com/valery1707/mongo-bundle

Last synced: about 2 months ago
JSON representation

Bundle of MongoDB binaries packaged as maven library

Awesome Lists containing this project

README

        

Bundle of MongoDB binaries packaged as maven library.

Packages deployed into [JitPack](https://jitpack.io/). Based on [Flapdoodle's Embedded MongoDB](https://github.com/flapdoodle-oss/de.flapdoodle.embed.mongo)

For add bundle into project you need:

1. Add the JitPack repository to your build file
```xml


jitpack.io
https://jitpack.io


```
1. Add the dependency
```xml

com.github.valery1707
mongo-bundle
Tag

```

Source of supported versions: [Version.java](https://github.com/flapdoodle-oss/de.flapdoodle.embed.mongo/blob/de.flapdoodle.embed.mongo-2.0.3/src/main/java/de/flapdoodle/embed/mongo/distribution/Version.java).

Deployed versions can be found in [branches list](https://github.com/valery1707/mongo-bundle/branches).