is not current version
Last Version 2.3

nz.ac.auckland.common:common-testrunner 2.2

This package provides two test runners - one for integration testing (initialises spring, loads ebean and system properties) and one for unit testing (loads only properties)

GroupId

GroupId

nz.ac.auckland.common
ArtifactId

ArtifactId

common-testrunner
Version

Version

2.2
Type

Type

jar

Download common-testrunner 2.2


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