o

org.ancoron.postgresql.jpa

This OSGi bundle contains classes that can be used directly within a JPA 2.0 enabled application to support direct mapping of the PostgreSQL specific data types 'inet', 'cidr' and 'macaddr'.
文件下载
文件名 操作
org.ancoron.postgresql.jpa-9.1.901.jdbc4.1-rc5.jar 下载
org.ancoron.postgresql.jpa-9.1.901.jdbc4.1-rc5.pom 下载
org.ancoron.postgresql.jpa-9.1.901.jdbc4.1-rc5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.ancoron.postgresql</groupId>
  <artifactId>org.ancoron.postgresql.jpa</artifactId>
  <version>9.1.901.jdbc4.1-rc5</version>
</dependency>
Gradle Groovy
implementation 'org.ancoron.postgresql:org.ancoron.postgresql.jpa:9.1.901.jdbc4.1-rc5'
Gradle Kotlin
implementation("org.ancoron.postgresql:org.ancoron.postgresql.jpa:9.1.901.jdbc4.1-rc5")
Scala SBT
libraryDependencies += "org.ancoron.postgresql" % "org.ancoron.postgresql.jpa" % "9.1.901.jdbc4.1-rc5"
Groovy Grape
@Grapes(
  @Grab(group='org.ancoron.postgresql', module='org.ancoron.postgresql.jpa', version='9.1.901.jdbc4.1-rc5')
)
Apache Ivy
<dependency org="org.ancoron.postgresql" name="org.ancoron.postgresql.jpa" rev="9.1.901.jdbc4.1-rc5" />
Leiningen
[org.ancoron.postgresql/org.ancoron.postgresql.jpa "9.1.901.jdbc4.1-rc5"]
Apache Buildr
'org.ancoron.postgresql:org.ancoron.postgresql.jpa:jar:9.1.901.jdbc4.1-rc5'