MVN

com.qubole.tempto : tempto-kafka

Maven & Gradle

Jun 20, 2019
0 stars

tempto-kafka · Tempto - test framework

<dependency>
    <groupId>com.qubole.tempto</groupId>
    <artifactId>tempto-kafka</artifactId>
    <version>1.49-hive3-qubole</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.qubole.tempto : tempto-kafka to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.49-hive3-qubole

All Versions

Choose a version of com.qubole.tempto : tempto-kafka to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.49
tempto-kafka-1.49-hive3-qubole

How to add a dependency to Maven

Add the following com.qubole.tempto : tempto-kafka maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.qubole.tempto</groupId>
    <artifactId>tempto-kafka</artifactId>
    <version>1.49-hive3-qubole</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.qubole.tempto : tempto-kafka gradle dependency to your build.gradle file:

implementation 'com.qubole.tempto:tempto-kafka:1.49-hive3-qubole'

Gradle Kotlin DSL: Add the following com.qubole.tempto : tempto-kafka gradle kotlin dependency to your build.gradle.kts file:

implementation("com.qubole.tempto:tempto-kafka:1.49-hive3-qubole")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.qubole.tempto : tempto-kafka sbt scala dependency to your build.sbt file:

libraryDependencies += "com.qubole.tempto" % "tempto-kafka" % "1.49-hive3-qubole"

Advertisement