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