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