MVN

com.twitter.elephantbird : elephant-bird-cascading-protobuf

Maven & Gradle

Mar 31, 2018
1.1k stars

Elephant Bird Cascading Protobuf · Cascading Protobuf utilities.

<dependency>
    <groupId>com.twitter.elephantbird</groupId>
    <artifactId>elephant-bird-cascading-protobuf</artifactId>
    <version>4.17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.twitter.elephantbird : elephant-bird-cascading-protobuf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.17
  • Latest Release Candidate: 4.15-RC1

All Versions

Choose a version of com.twitter.elephantbird : elephant-bird-cascading-protobuf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.17
elephant-bird-cascading-protobuf-4.17
4.15
elephant-bird-cascading-protobuf-4.15
elephant-bird-cascading-protobuf-4.15-RC1
4.14
elephant-bird-cascading-protobuf-4.14
elephant-bird-cascading-protobuf-4.14-RC4
elephant-bird-cascading-protobuf-4.14-RC3
elephant-bird-cascading-protobuf-4.14-RC2
elephant-bird-cascading-protobuf-4.14-RC1
4.13
elephant-bird-cascading-protobuf-4.13

How to add a dependency to Maven

Add the following com.twitter.elephantbird : elephant-bird-cascading-protobuf maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.twitter.elephantbird</groupId>
    <artifactId>elephant-bird-cascading-protobuf</artifactId>
    <version>4.17</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.twitter.elephantbird : elephant-bird-cascading-protobuf gradle dependency to your build.gradle file:

implementation 'com.twitter.elephantbird:elephant-bird-cascading-protobuf:4.17'

Gradle Kotlin DSL: Add the following com.twitter.elephantbird : elephant-bird-cascading-protobuf gradle kotlin dependency to your build.gradle.kts file:

implementation("com.twitter.elephantbird:elephant-bird-cascading-protobuf:4.17")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.twitter.elephantbird : elephant-bird-cascading-protobuf sbt scala dependency to your build.sbt file:

libraryDependencies += "com.twitter.elephantbird" % "elephant-bird-cascading-protobuf" % "4.17"