MVN

jp.co.yahoo.dataplatform.schema : schema-hive

Maven & Gradle

Jan 16, 2019
3 usages
3 stars

schema hive · Dataplatform Schema is a generalized nested schema. This Package provides flexible formatter and parser to Hive.

<dependency>
    <groupId>jp.co.yahoo.dataplatform.schema</groupId>
    <artifactId>schema-hive</artifactId>
    <version>1.2.4_hive-1.2.1000.2.6.5.99-1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of jp.co.yahoo.dataplatform.schema : schema-hive to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.4_hive-1.2.1000.2.6.5.99-1

All Versions

Choose a version of jp.co.yahoo.dataplatform.schema : schema-hive to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
schema-hive-1.2.1
schema-hive-1.2.0.1
schema-hive-1.2.0
schema-hive-1.2.4_hive-1.2.1000.2.6.5.99-1
schema-hive-1.2.4_hive-1.2.1000.2.6.4.0-91
schema-hive-1.2.3_hive-1.2.1000.2.6.4.0-91
schema-hive-1.2.2_hive-1.2.1000.2.6.4.0-91
schema-hive-1.2.1_hive-1.2.1000.2.6.4.0-91
1.1.x
schema-hive-1.1.2
schema-hive-1.1.1
schema-hive-1.1.0
1.0.x
schema-hive-1.0.1
schema-hive-1.0.0

How to add a dependency to Maven

Add the following jp.co.yahoo.dataplatform.schema : schema-hive maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>jp.co.yahoo.dataplatform.schema</groupId>
    <artifactId>schema-hive</artifactId>
    <version>1.2.4_hive-1.2.1000.2.6.5.99-1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following jp.co.yahoo.dataplatform.schema : schema-hive gradle dependency to your build.gradle file:

implementation 'jp.co.yahoo.dataplatform.schema:schema-hive:1.2.4_hive-1.2.1000.2.6.5.99-1'

Gradle Kotlin DSL: Add the following jp.co.yahoo.dataplatform.schema : schema-hive gradle kotlin dependency to your build.gradle.kts file:

implementation("jp.co.yahoo.dataplatform.schema:schema-hive:1.2.4_hive-1.2.1000.2.6.5.99-1")

How to add a dependency to SBT Scala

SBT Scala: Add the following jp.co.yahoo.dataplatform.schema : schema-hive sbt scala dependency to your build.sbt file:

libraryDependencies += "jp.co.yahoo.dataplatform.schema" % "schema-hive" % "1.2.4_hive-1.2.1000.2.6.5.99-1"

Advertisement