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