t

test-utils

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