Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.netflix.spectator |
ArtifactId | ArtifactIdspectator-ext-log4j1 |
Version | Version0.80.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.netflix.spectator/spectator-ext-log4j1/ -->
<dependency>
<groupId>com.netflix.spectator</groupId>
<artifactId>spectator-ext-log4j1</artifactId>
<version>0.80.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.spectator/spectator-ext-log4j1/
implementation 'com.netflix.spectator:spectator-ext-log4j1:0.80.1'
// https://jarcasting.com/artifacts/com.netflix.spectator/spectator-ext-log4j1/
implementation ("com.netflix.spectator:spectator-ext-log4j1:0.80.1")
'com.netflix.spectator:spectator-ext-log4j1:jar:0.80.1'
<dependency org="com.netflix.spectator" name="spectator-ext-log4j1" rev="0.80.1">
<artifact name="spectator-ext-log4j1" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.spectator', module='spectator-ext-log4j1', version='0.80.1')
)
libraryDependencies += "com.netflix.spectator" % "spectator-ext-log4j1" % "0.80.1"
[com.netflix.spectator/spectator-ext-log4j1 "0.80.1"]