| License |
License |
|---|---|
| Categories |
CategoriesSLF4J Application Layer Libs Logging |
| GroupId | GroupIdio.redlink.utils |
| ArtifactId | ArtifactIdslf4j-utils |
| Last Version | Last Version3.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSLF4J Logging
Assortment of useful Utils
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| slf4j-utils-3.1.0.pom | |
| slf4j-utils-3.1.0.jar | 7 KB |
| slf4j-utils-3.1.0-sources.jar | 4 KB |
| slf4j-utils-3.1.0-javadoc.jar | 401 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.redlink.utils/slf4j-utils/ -->
<dependency>
<groupId>io.redlink.utils</groupId>
<artifactId>slf4j-utils</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.redlink.utils/slf4j-utils/
implementation 'io.redlink.utils:slf4j-utils:3.1.0'
// https://jarcasting.com/artifacts/io.redlink.utils/slf4j-utils/
implementation ("io.redlink.utils:slf4j-utils:3.1.0")
'io.redlink.utils:slf4j-utils:jar:3.1.0'
<dependency org="io.redlink.utils" name="slf4j-utils" rev="3.1.0">
<artifact name="slf4j-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.redlink.utils', module='slf4j-utils', version='3.1.0')
)
libraryDependencies += "io.redlink.utils" % "slf4j-utils" % "3.1.0"
[io.redlink.utils/slf4j-utils "3.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.36 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |