p

protobuf-shaded

Downloads Google Protobuf, compiles it, and reloacates/shades. See also hbase-thirdparty/hbase-shaded-protobuf
Files download
File Operation
protobuf-shaded-1.0.0-alpha-1.jar download
protobuf-shaded-1.0.0-alpha-1.pom download
protobuf-shaded-1.0.0-alpha-1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.prometheus</groupId>
  <artifactId>protobuf-shaded</artifactId>
  <version>1.0.0-alpha-1</version>
</dependency>
Gradle Groovy
implementation 'io.prometheus:protobuf-shaded:1.0.0-alpha-1'
Gradle Kotlin
implementation("io.prometheus:protobuf-shaded:1.0.0-alpha-1")
Scala SBT
libraryDependencies += "io.prometheus" % "protobuf-shaded" % "1.0.0-alpha-1"
Groovy Grape
@Grapes(
  @Grab(group='io.prometheus', module='protobuf-shaded', version='1.0.0-alpha-1')
)
Apache Ivy
<dependency org="io.prometheus" name="protobuf-shaded" rev="1.0.0-alpha-1" />
Leiningen
[io.prometheus/protobuf-shaded "1.0.0-alpha-1"]
Apache Buildr
'io.prometheus:protobuf-shaded:jar:1.0.0-alpha-1'