Categories |
CategoriesLogging Application Layer Libs |
---|---|
GroupId | GroupIdorg.apache.logging.log4j |
ArtifactId | ArtifactIdlog4j-jcl |
Version | Version2.6 |
Type | Typejar |
Filename | Size |
---|---|
log4j-jcl-2.6.pom | |
log4j-jcl-2.6.jar | 12 KB |
log4j-jcl-2.6-sources.jar | 12 KB |
log4j-jcl-2.6-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.logging.log4j/log4j-jcl/ -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-jcl</artifactId>
<version>2.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.logging.log4j/log4j-jcl/
implementation 'org.apache.logging.log4j:log4j-jcl:2.6'
// https://jarcasting.com/artifacts/org.apache.logging.log4j/log4j-jcl/
implementation ("org.apache.logging.log4j:log4j-jcl:2.6")
'org.apache.logging.log4j:log4j-jcl:jar:2.6'
<dependency org="org.apache.logging.log4j" name="log4j-jcl" rev="2.6">
<artifact name="log4j-jcl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.logging.log4j', module='log4j-jcl', version='2.6')
)
libraryDependencies += "org.apache.logging.log4j" % "log4j-jcl" % "2.6"
[org.apache.logging.log4j/log4j-jcl "2.6"]