Last Version

Logging via SLF4J 1.2.3

Morphia is an Object-Document Mapper, written in Java for MongoDB. Application developer authoring code in Java and using the mongo-java-driver can use Morphia to map POJO classes into MongoDB documents and vice-versa. Morphia provides a Datastore, Query, and DAO-style interfaces including CRUD services in a type-safe manner.

License

License

Categories

Categories

Logging Application Layer Libs SLF4J
GroupId

GroupId

com.github.jmkgreen.morphia
ArtifactId

ArtifactId

morphia-logging-slf4j
Version

Version

1.2.3
Type

Type

jar
Description

Description

Logging via SLF4J
Morphia is an Object-Document Mapper, written in Java for MongoDB. Application developer authoring code in Java and using the mongo-java-driver can use Morphia to map POJO classes into MongoDB documents and vice-versa. Morphia provides a Datastore, Query, and DAO-style interfaces including CRUD services in a type-safe manner.

Download morphia-logging-slf4j 1.2.3


<!-- https://jarcasting.com/artifacts/com.github.jmkgreen.morphia/morphia-logging-slf4j/ -->
<dependency>
    <groupId>com.github.jmkgreen.morphia</groupId>
    <artifactId>morphia-logging-slf4j</artifactId>
    <version>1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jmkgreen.morphia/morphia-logging-slf4j/
implementation 'com.github.jmkgreen.morphia:morphia-logging-slf4j:1.2.3'
// https://jarcasting.com/artifacts/com.github.jmkgreen.morphia/morphia-logging-slf4j/
implementation ("com.github.jmkgreen.morphia:morphia-logging-slf4j:1.2.3")
'com.github.jmkgreen.morphia:morphia-logging-slf4j:jar:1.2.3'
<dependency org="com.github.jmkgreen.morphia" name="morphia-logging-slf4j" rev="1.2.3">
  <artifact name="morphia-logging-slf4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jmkgreen.morphia', module='morphia-logging-slf4j', version='1.2.3')
)
libraryDependencies += "com.github.jmkgreen.morphia" % "morphia-logging-slf4j" % "1.2.3"
[com.github.jmkgreen.morphia/morphia-logging-slf4j "1.2.3"]

Dependencies

compile (2)

Group / Artifact Type Version
com.github.jmkgreen.morphia : morphia jar 1.2.3
org.slf4j : slf4j-api jar 1.7.5

test (2)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.7.5
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.