| License | License | 
|---|---|
| Categories | CategoriesSLF4J Application Layer Libs Logging | 
| GroupId | GroupIdorg.slf4j | 
| ArtifactId | ArtifactIdslf4j-api | 
| Version | Version2.0.0-alpha5 | 
| Type | Typejar | 
| Description | DescriptionSLF4J API Module The slf4j API | 
| Project URL | Project URL | 
| Project Organization | Project OrganizationQOS.ch | 
| Filename | Size | 
|---|---|
| slf4j-api-2.0.0-alpha5.pom | |
| slf4j-api-2.0.0-alpha5.jar | 57 KB | 
| slf4j-api-2.0.0-alpha5-tests.jar | 36 KB | 
| slf4j-api-2.0.0-alpha5-sources.jar | 64 KB | 
| slf4j-api-2.0.0-alpha5-javadoc.jar | 384 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.slf4j/slf4j-api/ -->
<dependency>
    <groupId>org.slf4j</groupId>
    <artifactId>slf4j-api</artifactId>
    <version>2.0.0-alpha5</version>
</dependency>// https://jarcasting.com/artifacts/org.slf4j/slf4j-api/
implementation 'org.slf4j:slf4j-api:2.0.0-alpha5'// https://jarcasting.com/artifacts/org.slf4j/slf4j-api/
implementation ("org.slf4j:slf4j-api:2.0.0-alpha5")'org.slf4j:slf4j-api:jar:2.0.0-alpha5'<dependency org="org.slf4j" name="slf4j-api" rev="2.0.0-alpha5">
  <artifact name="slf4j-api" type="jar" />
</dependency>@Grapes(
@Grab(group='org.slf4j', module='slf4j-api', version='2.0.0-alpha5')
)libraryDependencies += "org.slf4j" % "slf4j-api" % "2.0.0-alpha5"[org.slf4j/slf4j-api "2.0.0-alpha5"]| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 |