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