| License |
License |
|---|---|
| Categories |
CategoriesSLF4J Application Layer Libs Logging |
| GroupId | GroupIdorg.slf4j |
| ArtifactId | ArtifactIdslf4j-ext |
| Version | Version2.0.0-alpha2 |
| Type | Typejar |
| Description |
DescriptionSLF4J Extensions Module
Extensions to the SLF4J API
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationQOS.ch |
| Filename | Size |
|---|---|
| slf4j-ext-2.0.0-alpha2.pom | |
| slf4j-ext-2.0.0-alpha2.jar | 37 KB |
| slf4j-ext-2.0.0-alpha2-sources.jar | 37 KB |
| slf4j-ext-2.0.0-alpha2-javadoc.jar | 232 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.slf4j/slf4j-ext/ -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-ext</artifactId>
<version>2.0.0-alpha2</version>
</dependency>
// https://jarcasting.com/artifacts/org.slf4j/slf4j-ext/
implementation 'org.slf4j:slf4j-ext:2.0.0-alpha2'
// https://jarcasting.com/artifacts/org.slf4j/slf4j-ext/
implementation ("org.slf4j:slf4j-ext:2.0.0-alpha2")
'org.slf4j:slf4j-ext:jar:2.0.0-alpha2'
<dependency org="org.slf4j" name="slf4j-ext" rev="2.0.0-alpha2">
<artifact name="slf4j-ext" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.slf4j', module='slf4j-ext', version='2.0.0-alpha2')
)
libraryDependencies += "org.slf4j" % "slf4j-ext" % "2.0.0-alpha2"
[org.slf4j/slf4j-ext "2.0.0-alpha2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 2.0.0-alpha2 |
| ch.qos.cal10n : cal10n-api Optional | jar | 0.8.1 |
| javassist : javassist Optional | jar | 3.4.GA |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-log4j12 | jar | 2.0.0-alpha2 |
| junit : junit | jar | 4.12 |