<dependency>
<groupId>org.ancoron.postgresql</groupId>
<artifactId>org.postgresql.osgi</artifactId>
<version>8.4.702.jdbc4.1-rc2</version>
<type>bundle</type>
</dependency>
libraryDependencies += "org.ancoron.postgresql" % "org.postgresql.osgi" % "8.4.702.jdbc4.1-rc2"
@Grapes(
@Grab(group='org.ancoron.postgresql', module='org.postgresql.osgi', version='8.4.702.jdbc4.1-rc2')
)
<dependency org="org.ancoron.postgresql" name="org.postgresql.osgi" rev="8.4.702.jdbc4.1-rc2" />