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
- Host: GitHub
- URL: https://github.com/valery1707/mongo-bundle
- Owner: valery1707
- Created: 2018-05-15T18:10:00.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-21T13:06:26.000Z (almost 7 years ago)
- Last Synced: 2025-01-23T05:24:03.499Z (3 months ago)
- Language: Java
- Size: 33.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).