Files download
File Operation
test-util-8.4.702.jar download
test-util-8.4.702.pom download
test-util-8.4.702-sources.jar download
Apache Maven
<dependency>
  <groupId>org.ancoron.postgresql</groupId>
  <artifactId>test-util</artifactId>
  <version>8.4.702</version>
</dependency>
Gradle Groovy
implementation 'org.ancoron.postgresql:test-util:8.4.702'
Gradle Kotlin
implementation("org.ancoron.postgresql:test-util:8.4.702")
Scala SBT
libraryDependencies += "org.ancoron.postgresql" % "test-util" % "8.4.702"
Groovy Grape
@Grapes(
  @Grab(group='org.ancoron.postgresql', module='test-util', version='8.4.702')
)
Apache Ivy
<dependency org="org.ancoron.postgresql" name="test-util" rev="8.4.702" />
Leiningen
[org.ancoron.postgresql/test-util "8.4.702"]
Apache Buildr
'org.ancoron.postgresql:test-util:jar:8.4.702'