is not current version
Last Version 6.0.1

com.klarna:hiverunner 4.0.0

HiveRunner is a unit test framework based on JUnit4 and enables TDD development of HiveQL without the need of any installed dependencies.

GroupId

GroupId

com.klarna
ArtifactId

ArtifactId

hiverunner
Version

Version

4.0.0
Type

Type

jar

Download hiverunner 4.0.0


<!-- https://jarcasting.com/artifacts/com.klarna/hiverunner/ -->
<dependency>
    <groupId>com.klarna</groupId>
    <artifactId>hiverunner</artifactId>
    <version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.klarna/hiverunner/
implementation 'com.klarna:hiverunner:4.0.0'
// https://jarcasting.com/artifacts/com.klarna/hiverunner/
implementation ("com.klarna:hiverunner:4.0.0")
'com.klarna:hiverunner:jar:4.0.0'
<dependency org="com.klarna" name="hiverunner" rev="4.0.0">
  <artifact name="hiverunner" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.klarna', module='hiverunner', version='4.0.0')
)
libraryDependencies += "com.klarna" % "hiverunner" % "4.0.0"
[com.klarna/hiverunner "4.0.0"]