Categories |
CategoriesLogging Application Layer Libs |
---|---|
GroupId | GroupIdcom.newrelic.logging |
ArtifactId | ArtifactIdlog4j2 |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
log4j2-1.2.pom | |
log4j2-1.2.jar | 6 KB |
log4j2-1.2-sources.jar | 4 KB |
log4j2-1.2-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.newrelic.logging/log4j2/ -->
<dependency>
<groupId>com.newrelic.logging</groupId>
<artifactId>log4j2</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.newrelic.logging/log4j2/
implementation 'com.newrelic.logging:log4j2:1.2'
// https://jarcasting.com/artifacts/com.newrelic.logging/log4j2/
implementation ("com.newrelic.logging:log4j2:1.2")
'com.newrelic.logging:log4j2:jar:1.2'
<dependency org="com.newrelic.logging" name="log4j2" rev="1.2">
<artifact name="log4j2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.newrelic.logging', module='log4j2', version='1.2')
)
libraryDependencies += "com.newrelic.logging" % "log4j2" % "1.2"
[com.newrelic.logging/log4j2 "1.2"]