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