l

logredactor-metrics

Log Redactor Metrics
https://github.com/confluentinc/logredactor
Files download
File Operation
logredactor-metrics-1.0.10.jar download
logredactor-metrics-1.0.10.pom download
logredactor-metrics-1.0.10-sources.jar download
Apache Maven
<dependency>
  <groupId>io.confluent</groupId>
  <artifactId>logredactor-metrics</artifactId>
  <version>1.0.10</version>
</dependency>
Gradle Groovy
implementation 'io.confluent:logredactor-metrics:1.0.10'
Gradle Kotlin
implementation("io.confluent:logredactor-metrics:1.0.10")
Scala SBT
libraryDependencies += "io.confluent" % "logredactor-metrics" % "1.0.10"
Groovy Grape
@Grapes(
  @Grab(group='io.confluent', module='logredactor-metrics', version='1.0.10')
)
Apache Ivy
<dependency org="io.confluent" name="logredactor-metrics" rev="1.0.10" />
Leiningen
[io.confluent/logredactor-metrics "1.0.10"]
Apache Buildr
'io.confluent:logredactor-metrics:jar:1.0.10'