o

org.postgresql.osgi

This OSGi bundle provides support for OSGi/JDBC aka. RFC #122 for PostgreSQL version ${postgresql.version}
文件下载
文件名 操作
org.postgresql.osgi-8.4.702.jdbc4.1-rc7.jar 下载
org.postgresql.osgi-8.4.702.jdbc4.1-rc7.pom 下载
org.postgresql.osgi-8.4.702.jdbc4.1-rc7-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.ancoron.postgresql</groupId>
  <artifactId>org.postgresql.osgi</artifactId>
  <version>8.4.702.jdbc4.1-rc7</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.ancoron.postgresql:org.postgresql.osgi:8.4.702.jdbc4.1-rc7'
Gradle Kotlin
implementation("org.ancoron.postgresql:org.postgresql.osgi:8.4.702.jdbc4.1-rc7")
Scala SBT
libraryDependencies += "org.ancoron.postgresql" % "org.postgresql.osgi" % "8.4.702.jdbc4.1-rc7"
Groovy Grape
@Grapes(
  @Grab(group='org.ancoron.postgresql', module='org.postgresql.osgi', version='8.4.702.jdbc4.1-rc7')
)
Apache Ivy
<dependency org="org.ancoron.postgresql" name="org.postgresql.osgi" rev="8.4.702.jdbc4.1-rc7" />
Leiningen
[org.ancoron.postgresql/org.postgresql.osgi "8.4.702.jdbc4.1-rc7"]
Apache Buildr
'org.ancoron.postgresql:org.postgresql.osgi:jar:8.4.702.jdbc4.1-rc7'