ReDBox MongoDB Storage Plugin
MongoDB storage plugin for ReDBox
Testing
Run mvn clean verify
| License |
License |
|---|---|
| GroupId | GroupIdcom.googlecode.the-fascinator.plugins |
| ArtifactId | ArtifactIdplugin-storage-mongo |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionReDBox Storage Plugin - MongoDB
This Maven project provides a central point for information regarding The Fascinator and its many works.
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| plugin-storage-mongo-1.0.1.pom | |
| plugin-storage-mongo-1.0.1.jar | 27 KB |
| plugin-storage-mongo-1.0.1-sources.jar | 16 KB |
| plugin-storage-mongo-1.0.1-javadoc.jar | 66 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.the-fascinator.plugins/plugin-storage-mongo/ -->
<dependency>
<groupId>com.googlecode.the-fascinator.plugins</groupId>
<artifactId>plugin-storage-mongo</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.the-fascinator.plugins/plugin-storage-mongo/
implementation 'com.googlecode.the-fascinator.plugins:plugin-storage-mongo:1.0.1'
// https://jarcasting.com/artifacts/com.googlecode.the-fascinator.plugins/plugin-storage-mongo/
implementation ("com.googlecode.the-fascinator.plugins:plugin-storage-mongo:1.0.1")
'com.googlecode.the-fascinator.plugins:plugin-storage-mongo:jar:1.0.1'
<dependency org="com.googlecode.the-fascinator.plugins" name="plugin-storage-mongo" rev="1.0.1">
<artifact name="plugin-storage-mongo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.the-fascinator.plugins', module='plugin-storage-mongo', version='1.0.1')
)
libraryDependencies += "com.googlecode.the-fascinator.plugins" % "plugin-storage-mongo" % "1.0.1"
[com.googlecode.the-fascinator.plugins/plugin-storage-mongo "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.googlecode.the-fascinator : fascinator-plugin-api | jar | 1.5 |
| com.googlecode.the-fascinator : fascinator-common | jar | 1.5 |
| com.googlecode.the-fascinator : fascinator-core | jar | 1.5 |
| org.mongodb : mongodb-driver | jar | 3.5.0 |
| org.apache.tika : tika-core | jar | 1.17 |
| com.google.code.gson : gson | jar | 2.8.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |
MongoDB storage plugin for ReDBox
Run mvn clean verify