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