Files download
File Operation
protobuf-3.21.12.0.pom download
Apache Maven
<dependency>
  <groupId>io.github.openvega</groupId>
  <artifactId>protobuf</artifactId>
  <version>3.21.12.0</version>
  <type>nar</type>
</dependency>
Gradle Groovy
implementation 'io.github.openvega:protobuf:3.21.12.0'
Gradle Kotlin
implementation("io.github.openvega:protobuf:3.21.12.0")
Scala SBT
libraryDependencies += "io.github.openvega" % "protobuf" % "3.21.12.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.openvega', module='protobuf', version='3.21.12.0')
)
Apache Ivy
<dependency org="io.github.openvega" name="protobuf" rev="3.21.12.0" />
Leiningen
[io.github.openvega/protobuf "3.21.12.0"]
Apache Buildr
'io.github.openvega:protobuf:jar:3.21.12.0'
Dependencies
The project has no third-party dependencies