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