<dependency>
<groupId>org.ancoron.postgresql</groupId>
<artifactId>org.ancoron.postgresql.test.glassfish</artifactId>
<version>9.1.901.jdbc4.1-rc9</version>
<type>bundle</type>
</dependency>
implementation 'org.ancoron.postgresql:org.ancoron.postgresql.test.glassfish:9.1.901.jdbc4.1-rc9'
implementation("org.ancoron.postgresql:org.ancoron.postgresql.test.glassfish:9.1.901.jdbc4.1-rc9")
libraryDependencies += "org.ancoron.postgresql" % "org.ancoron.postgresql.test.glassfish" % "9.1.901.jdbc4.1-rc9"
@Grapes(
@Grab(group='org.ancoron.postgresql', module='org.ancoron.postgresql.test.glassfish', version='9.1.901.jdbc4.1-rc9')
)
<dependency org="org.ancoron.postgresql" name="org.ancoron.postgresql.test.glassfish" rev="9.1.901.jdbc4.1-rc9" />
<parent> <groupId>org.ancoron.postgresql</groupId> <artifactId>pginet-parent</artifactId> <version>9.1.901.jdbc4.1-rc9</version> </parent>
compile
|-- org.ancoron.postgresql:org.postgresql.osgi
|-- org.ancoron.postgresql:org.ancoron.postgresql.jpa
|-- org.eclipse.persistence:javax.persistence