MVN

com.facebook.presto.orc : orc-protobuf

Maven & Gradle

Aug 25, 2021
2 usages
4 stars

orc-protobuf · Compiled ORC protobuf definitions

<dependency>
    <groupId>com.facebook.presto.orc</groupId>
    <artifactId>orc-protobuf</artifactId>
    <version>13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.facebook.presto.orc : orc-protobuf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 13

All Versions

Choose a version of com.facebook.presto.orc : orc-protobuf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
13
orc-protobuf-13
12
orc-protobuf-12
11
orc-protobuf-11
10
orc-protobuf-10
9
orc-protobuf-9
7
orc-protobuf-7
6
orc-protobuf-6
5
orc-protobuf-5
4
orc-protobuf-4
3
orc-protobuf-3
2
orc-protobuf-2
1
orc-protobuf-1

How to add a dependency to Maven

Add the following com.facebook.presto.orc : orc-protobuf maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.facebook.presto.orc</groupId>
    <artifactId>orc-protobuf</artifactId>
    <version>13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.facebook.presto.orc : orc-protobuf gradle dependency to your build.gradle file:

implementation 'com.facebook.presto.orc:orc-protobuf:13'

Gradle Kotlin DSL: Add the following com.facebook.presto.orc : orc-protobuf gradle kotlin dependency to your build.gradle.kts file:

implementation("com.facebook.presto.orc:orc-protobuf:13")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.facebook.presto.orc : orc-protobuf sbt scala dependency to your build.sbt file:

libraryDependencies += "com.facebook.presto.orc" % "orc-protobuf" % "13"