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