MVN

io.prestosql.orc : orc-protobuf

Maven & Gradle

Aug 03, 2019
3 usages
4 stars

orc-protobuf · Compiled ORC protobuf definitions

<dependency>
    <groupId>io.prestosql.orc</groupId>
    <artifactId>orc-protobuf</artifactId>
    <version>10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.prestosql.orc : orc-protobuf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 10

All Versions

Choose a version of io.prestosql.orc : orc-protobuf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
10
orc-protobuf-10
9
orc-protobuf-9
8
orc-protobuf-8

How to add a dependency to Maven

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

<dependency>
    <groupId>io.prestosql.orc</groupId>
    <artifactId>orc-protobuf</artifactId>
    <version>10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.prestosql.orc : orc-protobuf gradle dependency to your build.gradle file:

implementation 'io.prestosql.orc:orc-protobuf:10'

Gradle Kotlin DSL: Add the following io.prestosql.orc : orc-protobuf gradle kotlin dependency to your build.gradle.kts file:

implementation("io.prestosql.orc:orc-protobuf:10")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.prestosql.orc : orc-protobuf sbt scala dependency to your build.sbt file:

libraryDependencies += "io.prestosql.orc" % "orc-protobuf" % "10"

Advertisement