Categories |
CategoriesSLF4J Application Layer Libs Logging |
---|---|
GroupId | GroupIdorg.slf4j |
ArtifactId | ArtifactIdslf4j-skin |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSLF4J Website Skin
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
slf4j-skin-1.2.pom | |
slf4j-skin-1.2.jar | 42 KB |
slf4j-skin-1.2-sources.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.slf4j/slf4j-skin/ -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-skin</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.slf4j/slf4j-skin/
implementation 'org.slf4j:slf4j-skin:1.2'
// https://jarcasting.com/artifacts/org.slf4j/slf4j-skin/
implementation ("org.slf4j:slf4j-skin:1.2")
'org.slf4j:slf4j-skin:jar:1.2'
<dependency org="org.slf4j" name="slf4j-skin" rev="1.2">
<artifact name="slf4j-skin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.slf4j', module='slf4j-skin', version='1.2')
)
libraryDependencies += "org.slf4j" % "slf4j-skin" % "1.2"
[org.slf4j/slf4j-skin "1.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |