MVN

net.binggl : ninja-mongodb-module

Maven & Gradle

Sep 03, 2016
3 stars

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.

<dependency>
    <groupId>net.binggl</groupId>
    <artifactId>ninja-mongodb-module</artifactId>
    <version>1.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.binggl : ninja-mongodb-module to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.7

All Versions

Choose a version of net.binggl : ninja-mongodb-module to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
ninja-mongodb-module-1.0.7
ninja-mongodb-module-1.0.6
ninja-mongodb-module-1.0.5
ninja-mongodb-module-1.0.4
ninja-mongodb-module-1.0.3
ninja-mongodb-module-1.0.2
ninja-mongodb-module-1.0.1
ninja-mongodb-module-1.0.0

How to add a dependency to Maven

Add the following net.binggl : ninja-mongodb-module maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.binggl</groupId>
    <artifactId>ninja-mongodb-module</artifactId>
    <version>1.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.binggl : ninja-mongodb-module gradle dependency to your build.gradle file:

implementation 'net.binggl:ninja-mongodb-module:1.0.7'

Gradle Kotlin DSL: Add the following net.binggl : ninja-mongodb-module gradle kotlin dependency to your build.gradle.kts file:

implementation("net.binggl:ninja-mongodb-module:1.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.binggl : ninja-mongodb-module sbt scala dependency to your build.sbt file:

libraryDependencies += "net.binggl" % "ninja-mongodb-module" % "1.0.7"