MVN

com.linkedin.coral : frontend

Maven & Gradle

Oct 03, 2023
730 stars

frontend · A library for analyzing, processing, and rewriting views defined in the Hive Metastore, and sharing them across multiple execution engines

<dependency>
    <groupId>com.linkedin.coral</groupId>
    <artifactId>frontend</artifactId>
    <version>2.2.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.linkedin.coral : frontend to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.7

All Versions

Choose a version of com.linkedin.coral : frontend to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
frontend-2.2.8
frontend-2.2.7

How to add a dependency to Maven

Add the following com.linkedin.coral : frontend maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.linkedin.coral</groupId>
    <artifactId>frontend</artifactId>
    <version>2.2.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.linkedin.coral : frontend gradle dependency to your build.gradle file:

implementation 'com.linkedin.coral:frontend:2.2.7'

Gradle Kotlin DSL: Add the following com.linkedin.coral : frontend gradle kotlin dependency to your build.gradle.kts file:

implementation("com.linkedin.coral:frontend:2.2.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.linkedin.coral : frontend sbt scala dependency to your build.sbt file:

libraryDependencies += "com.linkedin.coral" % "frontend" % "2.2.7"

Advertisement