не последняя версия
Последняя версия 1.0.7

net.binggl:ninja-mongodb-module 1.0.5

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.

Категории

Категории

MongoDB Данные Базы данных Сеть Ninja Взаимодействие с пользователем Веб-фреймворки
Группа

Группа

net.binggl
Идентификатор

Идентификатор

ninja-mongodb-module
Версия

Версия

1.0.5
Тип

Тип

jar

Скачать ninja-mongodb-module 1.0.5


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