Categories |
CategoriesLogging Application Layer Libs SLF4J |
---|---|
GroupId | GroupIdxyz.morphia.morphia |
ArtifactId | ArtifactIdlogging-slf4j |
Last Version | Last Version1.4.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
logging-slf4j-1.4.0.pom | |
logging-slf4j-1.4.0.jar | 3 KB |
logging-slf4j-1.4.0-sources.jar | 2 KB |
logging-slf4j-1.4.0-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/xyz.morphia.morphia/logging-slf4j/ -->
<dependency>
<groupId>xyz.morphia.morphia</groupId>
<artifactId>logging-slf4j</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.morphia.morphia/logging-slf4j/
implementation 'xyz.morphia.morphia:logging-slf4j:1.4.0'
// https://jarcasting.com/artifacts/xyz.morphia.morphia/logging-slf4j/
implementation ("xyz.morphia.morphia:logging-slf4j:1.4.0")
'xyz.morphia.morphia:logging-slf4j:jar:1.4.0'
<dependency org="xyz.morphia.morphia" name="logging-slf4j" rev="1.4.0">
<artifact name="logging-slf4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.morphia.morphia', module='logging-slf4j', version='1.4.0')
)
libraryDependencies += "xyz.morphia.morphia" % "logging-slf4j" % "1.4.0"
[xyz.morphia.morphia/logging-slf4j "1.4.0"]
Group / Artifact | Type | Version |
---|---|---|
xyz.morphia.morphia : core | jar | 1.4.0 |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.7.25 |
junit : junit | jar | 4.12 |