o

org.postgresql.osgi.test

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