Morphia
See here for the official documentation. To see the roadmap, please see here. A list of the resolved issues can be found here or in the milestones section on github.
License |
License |
---|---|
Categories |
CategoriesMongoDB Data Databases Logging Application Layer Libs SLF4J |
GroupId | GroupIdorg.mongodb.morphia |
ArtifactId | ArtifactIdmorphia-logging-slf4j |
Last Version | Last Version1.3.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMorphia
Java Object Document Mapper for MongoDB
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.mongodb.morphia/morphia-logging-slf4j/ -->
<dependency>
<groupId>org.mongodb.morphia</groupId>
<artifactId>morphia-logging-slf4j</artifactId>
<version>1.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.mongodb.morphia/morphia-logging-slf4j/
implementation 'org.mongodb.morphia:morphia-logging-slf4j:1.3.2'
// https://jarcasting.com/artifacts/org.mongodb.morphia/morphia-logging-slf4j/
implementation ("org.mongodb.morphia:morphia-logging-slf4j:1.3.2")
'org.mongodb.morphia:morphia-logging-slf4j:jar:1.3.2'
<dependency org="org.mongodb.morphia" name="morphia-logging-slf4j" rev="1.3.2">
<artifact name="morphia-logging-slf4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mongodb.morphia', module='morphia-logging-slf4j', version='1.3.2')
)
libraryDependencies += "org.mongodb.morphia" % "morphia-logging-slf4j" % "1.3.2"
[org.mongodb.morphia/morphia-logging-slf4j "1.3.2"]
Group / Artifact | Type | Version |
---|---|---|
org.mongodb.morphia : morphia | jar | 1.3.2 |
org.slf4j : slf4j-api | jar | 1.7.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.slf4j : slf4j-simple | jar | 1.7.5 |
See here for the official documentation. To see the roadmap, please see here. A list of the resolved issues can be found here or in the milestones section on github.