| Categories | Categoriestinylog Application Layer Libs Logging | 
|---|---|
| GroupId | GroupIdorg.tinylog | 
| ArtifactId | ArtifactIdlog4j-facade | 
| Version | Version1.1-beta-2 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| log4j-facade-1.1-beta-2.pom | |
| log4j-facade-1.1-beta-2.jar | 14 KB | 
| log4j-facade-1.1-beta-2-sources.jar | 18 KB | 
| log4j-facade-1.1-beta-2-javadoc.jar | 103 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.tinylog/log4j-facade/ -->
<dependency>
    <groupId>org.tinylog</groupId>
    <artifactId>log4j-facade</artifactId>
    <version>1.1-beta-2</version>
</dependency>// https://jarcasting.com/artifacts/org.tinylog/log4j-facade/
implementation 'org.tinylog:log4j-facade:1.1-beta-2'// https://jarcasting.com/artifacts/org.tinylog/log4j-facade/
implementation ("org.tinylog:log4j-facade:1.1-beta-2")'org.tinylog:log4j-facade:jar:1.1-beta-2'<dependency org="org.tinylog" name="log4j-facade" rev="1.1-beta-2">
  <artifact name="log4j-facade" type="jar" />
</dependency>@Grapes(
@Grab(group='org.tinylog', module='log4j-facade', version='1.1-beta-2')
)libraryDependencies += "org.tinylog" % "log4j-facade" % "1.1-beta-2"[org.tinylog/log4j-facade "1.1-beta-2"]