License |
License |
---|---|
Categories |
CategoriesMongoDB Data Databases Net Ninja User Interface Web Frameworks |
GroupId | GroupIdnet.binggl |
ArtifactId | ArtifactIdninja-mongodb-module |
Last Version | Last Version1.0.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNinja 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://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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.ninjaframework : ninja-core | jar | 5.8.0 |
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 |