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-8.4.702.jdbc4.1-rc6.jar 下载
org.ancoron.postgresql.jpa-8.4.702.jdbc4.1-rc6.pom 下载
org.ancoron.postgresql.jpa-8.4.702.jdbc4.1-rc6-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.ancoron.postgresql</groupId>
  <artifactId>org.ancoron.postgresql.jpa</artifactId>
  <version>8.4.702.jdbc4.1-rc6</version>
</dependency>
Gradle Groovy
implementation 'org.ancoron.postgresql:org.ancoron.postgresql.jpa:8.4.702.jdbc4.1-rc6'
Gradle Kotlin
implementation("org.ancoron.postgresql:org.ancoron.postgresql.jpa:8.4.702.jdbc4.1-rc6")
Scala SBT
libraryDependencies += "org.ancoron.postgresql" % "org.ancoron.postgresql.jpa" % "8.4.702.jdbc4.1-rc6"
Groovy Grape
@Grapes(
  @Grab(group='org.ancoron.postgresql', module='org.ancoron.postgresql.jpa', version='8.4.702.jdbc4.1-rc6')
)
Apache Ivy
<dependency org="org.ancoron.postgresql" name="org.ancoron.postgresql.jpa" rev="8.4.702.jdbc4.1-rc6" />
Leiningen
[org.ancoron.postgresql/org.ancoron.postgresql.jpa "8.4.702.jdbc4.1-rc6"]
Apache Buildr
'org.ancoron.postgresql:org.ancoron.postgresql.jpa:jar:8.4.702.jdbc4.1-rc6'