License |
License |
---|---|
Categories |
CategoriesLogging Application Layer Libs |
GroupId | GroupIdio.semla |
ArtifactId | ArtifactIdsemla-logging |
Last Version | Last Version1.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsimple entity management library of awesomeness
|
Filename | Size |
---|---|
semla-logging-1.2.1.pom | |
semla-logging-1.2.1.jar | 10 KB |
semla-logging-1.2.1-sources.jar | 4 KB |
semla-logging-1.2.1-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.semla/semla-logging/ -->
<dependency>
<groupId>io.semla</groupId>
<artifactId>semla-logging</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.semla/semla-logging/
implementation 'io.semla:semla-logging:1.2.1'
// https://jarcasting.com/artifacts/io.semla/semla-logging/
implementation ("io.semla:semla-logging:1.2.1")
'io.semla:semla-logging:jar:1.2.1'
<dependency org="io.semla" name="semla-logging" rev="1.2.1">
<artifact name="semla-logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.semla', module='semla-logging', version='1.2.1')
)
libraryDependencies += "io.semla" % "semla-logging" % "1.2.1"
[io.semla/semla-logging "1.2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.33 |
org.slf4j : log4j-over-slf4j | jar | 1.7.33 |
ch.qos.logback : logback-classic | jar | 1.2.9 |
ch.qos.logback : logback-core | jar | 1.2.9 |
org.slf4j : jcl-over-slf4j | jar | 1.7.33 |
org.slf4j : jul-to-slf4j | jar | 1.7.33 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |