License |
License |
---|---|
Categories |
CategoriesNinja User Interface Web Frameworks |
GroupId | GroupIdde.svenkubiak |
ArtifactId | ArtifactIdninja-morphia-module |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionNinja Framework Morphia Module
This is an easly plugable module for the Ninja web framework to work with morphia and mongodb by providing a convinent service, providing you with all dependencies and some testing utilites.
|
<!-- https://jarcasting.com/artifacts/de.svenkubiak/ninja-morphia-module/ -->
<dependency>
<groupId>de.svenkubiak</groupId>
<artifactId>ninja-morphia-module</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.svenkubiak/ninja-morphia-module/
implementation 'de.svenkubiak:ninja-morphia-module:1.1.0'
// https://jarcasting.com/artifacts/de.svenkubiak/ninja-morphia-module/
implementation ("de.svenkubiak:ninja-morphia-module:1.1.0")
'de.svenkubiak:ninja-morphia-module:jar:1.1.0'
<dependency org="de.svenkubiak" name="ninja-morphia-module" rev="1.1.0">
<artifact name="ninja-morphia-module" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.svenkubiak', module='ninja-morphia-module', version='1.1.0')
)
libraryDependencies += "de.svenkubiak" % "ninja-morphia-module" % "1.1.0"
[de.svenkubiak/ninja-morphia-module "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.mongodb.morphia : morphia | jar | 0.107 |
com.google.guava : guava | jar | 17.0 |
org.mongodb : mongo-java-driver | jar | 2.12.1 |
Group / Artifact | Type | Version |
---|---|---|
org.ninjaframework : ninja-core | jar | 3.1.5 |