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