is not current version
Last Version 6.0.1

com.klarna:hiverunner 5.2.0

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.

GroupId

GroupId

com.klarna
ArtifactId

ArtifactId

hiverunner
Version

Version

5.2.0
Type

Type

jar

Download hiverunner 5.2.0


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