o

org.postgresql.osgi.test

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