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