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