t

test-utils

Tools to facilities building and maintaining test suites
Files download
File Operation
test-utils-2021.1.0.jar download
test-utils-2021.1.0.pom download
test-utils-2021.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>net.postgis.tools</groupId>
  <artifactId>test-utils</artifactId>
  <version>2021.1.0</version>
</dependency>
Gradle Groovy
implementation 'net.postgis.tools:test-utils:2021.1.0'
Gradle Kotlin
implementation("net.postgis.tools:test-utils:2021.1.0")
Scala SBT
libraryDependencies += "net.postgis.tools" % "test-utils" % "2021.1.0"
Groovy Grape
@Grapes(
  @Grab(group='net.postgis.tools', module='test-utils', version='2021.1.0')
)
Apache Ivy
<dependency org="net.postgis.tools" name="test-utils" rev="2021.1.0" />
Leiningen
[net.postgis.tools/test-utils "2021.1.0"]
Apache Buildr
'net.postgis.tools:test-utils:jar:2021.1.0'