o

org.postgresql.osgi.test

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