文件下载
文件名 操作
test-util-9.1.901.jdbc4.1-rc8.jar 下载
test-util-9.1.901.jdbc4.1-rc8.pom 下载
test-util-9.1.901.jdbc4.1-rc8-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.ancoron.postgresql</groupId>
  <artifactId>test-util</artifactId>
  <version>9.1.901.jdbc4.1-rc8</version>
</dependency>
Gradle Groovy
implementation 'org.ancoron.postgresql:test-util:9.1.901.jdbc4.1-rc8'
Gradle Kotlin
implementation("org.ancoron.postgresql:test-util:9.1.901.jdbc4.1-rc8")
Scala SBT
libraryDependencies += "org.ancoron.postgresql" % "test-util" % "9.1.901.jdbc4.1-rc8"
Groovy Grape
@Grapes(
  @Grab(group='org.ancoron.postgresql', module='test-util', version='9.1.901.jdbc4.1-rc8')
)
Apache Ivy
<dependency org="org.ancoron.postgresql" name="test-util" rev="9.1.901.jdbc4.1-rc8" />
Leiningen
[org.ancoron.postgresql/test-util "9.1.901.jdbc4.1-rc8"]
Apache Buildr
'org.ancoron.postgresql:test-util:jar:9.1.901.jdbc4.1-rc8'