Ninja Framework MongoDB Module

This is an easly plugable module for the Ninja web framework to work with MongoDB and optional moprhia (a MongoDB ORM) by providing convinent services, all required dependencies and some testing utilities. The original author is Sven Kubiak (https://github.com/svenkubiak). This is a recreation of the module because the orginal module/github repository was deleted.

License

License

Categories

Categories

MongoDB Data Databases Net Ninja User Interface Web Frameworks
GroupId

GroupId

net.binggl
ArtifactId

ArtifactId

ninja-mongodb-module
Last Version

Last Version

1.0.7
Release Date

Release Date

Type

Type

jar
Description

Description

Ninja Framework MongoDB Module
This is an easly plugable module for the Ninja web framework to work with MongoDB and optional moprhia (a MongoDB ORM) by providing convinent services, all required dependencies and some testing utilities. The original author is Sven Kubiak (https://github.com/svenkubiak). This is a recreation of the module because the orginal module/github repository was deleted.
Project URL

Project URL

https://github.com/bihe/ninja-mongodb

Download ninja-mongodb-module

How to add to project

<!-- https://jarcasting.com/artifacts/net.binggl/ninja-mongodb-module/ -->
<dependency>
    <groupId>net.binggl</groupId>
    <artifactId>ninja-mongodb-module</artifactId>
    <version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/net.binggl/ninja-mongodb-module/
implementation 'net.binggl:ninja-mongodb-module:1.0.7'
// https://jarcasting.com/artifacts/net.binggl/ninja-mongodb-module/
implementation ("net.binggl:ninja-mongodb-module:1.0.7")
'net.binggl:ninja-mongodb-module:jar:1.0.7'
<dependency org="net.binggl" name="ninja-mongodb-module" rev="1.0.7">
  <artifact name="ninja-mongodb-module" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.binggl', module='ninja-mongodb-module', version='1.0.7')
)
libraryDependencies += "net.binggl" % "ninja-mongodb-module" % "1.0.7"
[net.binggl/ninja-mongodb-module "1.0.7"]

Dependencies

compile (3)

Group / Artifact Type Version
org.mongodb.morphia : morphia jar 1.2.1
org.mongodb : mongo-java-driver jar 3.3.0
com.google.guava : guava jar 19.0

provided (1)

Group / Artifact Type Version
org.ninjaframework : ninja-core jar 5.8.0

test (3)

Group / Artifact Type Version
org.ninjaframework : ninja-test-utilities jar 5.8.0
de.flapdoodle.embed : de.flapdoodle.embed.mongo jar 1.50.5
org.apache.commons : commons-compress jar 1.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0