p

prometheus-metrics-shaded-protobuf

Shaded (reolocated to another package) dependencies for the Protobuf library used to create the Prometheus Protobuf format
The Apache Software License, Version 2.0
Fabian Stäber
Files download
File Operation
prometheus-metrics-shaded-protobuf-1.3.1.jar download
prometheus-metrics-shaded-protobuf-1.3.1.pom download
prometheus-metrics-shaded-protobuf-1.3.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.prometheus</groupId>
  <artifactId>prometheus-metrics-shaded-protobuf</artifactId>
  <version>1.3.1</version>
</dependency>
Gradle Groovy
implementation 'io.prometheus:prometheus-metrics-shaded-protobuf:1.3.1'
Gradle Kotlin
implementation("io.prometheus:prometheus-metrics-shaded-protobuf:1.3.1")
Scala SBT
libraryDependencies += "io.prometheus" % "prometheus-metrics-shaded-protobuf" % "1.3.1"
Groovy Grape
@Grapes(
  @Grab(group='io.prometheus', module='prometheus-metrics-shaded-protobuf', version='1.3.1')
)
Apache Ivy
<dependency org="io.prometheus" name="prometheus-metrics-shaded-protobuf" rev="1.3.1" />
Leiningen
[io.prometheus/prometheus-metrics-shaded-protobuf "1.3.1"]
Apache Buildr
'io.prometheus:prometheus-metrics-shaded-protobuf:jar:1.3.1'