License |
License |
---|---|
GroupId | GroupIdio.github.hiverunner |
ArtifactId | ArtifactIdhiverunner |
Last Version | Last Version6.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHiveRunner
HiveRunner is a unit test framework based on JUnit (4 or 5) that enables TDD development of Hive SQL without the need of any installed dependencies.
|
Project URL |
Project URL |
Filename | Size |
---|---|
hiverunner-6.1.0.pom | |
hiverunner-6.1.0.jar | 105 KB |
hiverunner-6.1.0-sources.jar | 82 KB |
hiverunner-6.1.0-javadoc.jar | 313 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.hiverunner/hiverunner/ -->
<dependency>
<groupId>io.github.hiverunner</groupId>
<artifactId>hiverunner</artifactId>
<version>6.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.hiverunner/hiverunner/
implementation 'io.github.hiverunner:hiverunner:6.1.0'
// https://jarcasting.com/artifacts/io.github.hiverunner/hiverunner/
implementation ("io.github.hiverunner:hiverunner:6.1.0")
'io.github.hiverunner:hiverunner:jar:6.1.0'
<dependency org="io.github.hiverunner" name="hiverunner" rev="6.1.0">
<artifact name="hiverunner" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.hiverunner', module='hiverunner', version='6.1.0')
)
libraryDependencies += "io.github.hiverunner" % "hiverunner" % "6.1.0"
[io.github.hiverunner/hiverunner "6.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.hive : hive-serde | jar | 3.1.2 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.9.5 |
org.apache.hive : hive-jdbc | jar | 3.1.2 |
org.apache.hive.hcatalog : hive-webhcat-java-client | jar | 3.1.2 |
org.apache.hive : hive-service | jar | 3.1.2 |
org.apache.tez : tez-dag | jar | 0.9.1 |
org.apache.tez : tez-common | jar | 0.9.1 |
org.apache.tez : tez-mapreduce | jar | 0.9.1 |
org.reflections : reflections | jar | 0.9.8 |
org.apache.hadoop : hadoop-mapreduce-client-common | jar | 3.1.0 |
org.apache.hadoop : hadoop-mapreduce-client-core | jar | 3.1.0 |
org.junit.jupiter : junit-jupiter | jar | 5.7.1 |
org.junit.vintage : junit-vintage-engine | jar | 5.7.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.hive : hive-contrib | jar | 3.1.2 |
com.github.stefanbirkner : system-rules | jar | 1.19.0 |
org.hamcrest : hamcrest-all | jar | 1.3 |
org.mockito : mockito-core | jar | 3.8.0 |
org.mockito : mockito-junit-jupiter | jar | 3.8.0 |