Categories |
CategoriesLogging Application Layer Libs SLF4J |
---|---|
GroupId | GroupIdcom.github.jmkgreen.morphia |
ArtifactId | ArtifactIdmorphia-logging-slf4j |
Version | Version1.2.2 |
Type | Typejar |
<!-- 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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jmkgreen.morphia/morphia-logging-slf4j/
implementation 'com.github.jmkgreen.morphia:morphia-logging-slf4j:1.2.2'
// https://jarcasting.com/artifacts/com.github.jmkgreen.morphia/morphia-logging-slf4j/
implementation ("com.github.jmkgreen.morphia:morphia-logging-slf4j:1.2.2")
'com.github.jmkgreen.morphia:morphia-logging-slf4j:jar:1.2.2'
<dependency org="com.github.jmkgreen.morphia" name="morphia-logging-slf4j" rev="1.2.2">
<artifact name="morphia-logging-slf4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jmkgreen.morphia', module='morphia-logging-slf4j', version='1.2.2')
)
libraryDependencies += "com.github.jmkgreen.morphia" % "morphia-logging-slf4j" % "1.2.2"
[com.github.jmkgreen.morphia/morphia-logging-slf4j "1.2.2"]