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 |
CategoriesLogging Application Layer Libs SLF4J |
GroupId | GroupIdcom.google.code.morphia |
ArtifactId | ArtifactIdmorphia-logging-slf4j |
Last Version | Last Version0.104 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLogging via SLF4J
Build Project for Morphia
|
<!-- https://jarcasting.com/artifacts/com.google.code.morphia/morphia-logging-slf4j/ -->
<dependency>
<groupId>com.google.code.morphia</groupId>
<artifactId>morphia-logging-slf4j</artifactId>
<version>0.104</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.morphia/morphia-logging-slf4j/
implementation 'com.google.code.morphia:morphia-logging-slf4j:0.104'
// https://jarcasting.com/artifacts/com.google.code.morphia/morphia-logging-slf4j/
implementation ("com.google.code.morphia:morphia-logging-slf4j:0.104")
'com.google.code.morphia:morphia-logging-slf4j:jar:0.104'
<dependency org="com.google.code.morphia" name="morphia-logging-slf4j" rev="0.104">
<artifact name="morphia-logging-slf4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.morphia', module='morphia-logging-slf4j', version='0.104')
)
libraryDependencies += "com.google.code.morphia" % "morphia-logging-slf4j" % "0.104"
[com.google.code.morphia/morphia-logging-slf4j "0.104"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.morphia : morphia | jar | 0.104 |
org.slf4j : slf4j-api | jar | 1.5.6 |
Group / Artifact | Type | Version |
---|---|---|
org.mongodb : mongo-java-driver | jar | [2.10.1,2.11.2] |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.5.6 |
junit : junit | jar | 4.11 |
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.