coherence-jpa
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.oracle.coherence.ce</groupId>
<artifactId>coherence-jpa</artifactId>
<version>25.03.2</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2000, 2024, Oracle and/or its affiliates.
~
~ Licensed under the Universal Permissive License v 1.0 as shown at
~ https://oss.oracle.com/licenses/upl.
-->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.oracle.coherence.ce</groupId>
<artifactId>coherence-jpa</artifactId>
<version>25.03.2</version>
<name>Coherence JPA Integration</name>
<description>Oracle Coherence Community Edition</description>
<url>https://coherence.community/</url>
<inceptionYear>2000</inceptionYear>
<organization>
<name>Oracle</name>
<url>http://www.oracle.com</url>
</organization>
<licenses>
<license>
<name>Universal Permissive License v 1.0</name>
<url>https://oss.oracle.com/licenses/upl</url>
<distribution>repo</distribution>
<comments>Copyright (c) 2000, 2025, Oracle and/or its affiliates.
Licensed under the Universal Permissive License v 1.0 as shown at
https://oss.oracle.com/licenses/upl.</comments>
</license>
</licenses>
<developers>
<developer>
<name>Aleks Seovic</name>
<url>https://github.com/aseovic</url>
</developer>
<developer>
<name>Jonathan Knight</name>
<url>https://github.com/thegridman</url>
</developer>
<developer>
<name>Joe Fialli</name>
<url>https://github.com/jfialli</url>
</developer>
<developer>
<name>Patrick Fry</name>
<url>https://github.com/fryp</url>
</developer>
<developer>
<name>Maurice Gamanho</name>
<url>https://github.com/mgamanho</url>
</developer>
<developer>
<name>Luk Ho</name>
<url>https://github.com/lsho</url>
</developer>
<developer>
<name>Ryan Lubke</name>
<url>https://github.com/rlubke</url>
</developer>
<developer>
<name>Kirk Lund</name>
<url>https://github.com/kirklund</url>
</developer>
<developer>
<name>Tim Middleton</name>
<url>https://github.com/tmiddlet2666</url>
</developer>
<developer>
<name>Chinmay Patel</name>
<url>https://github.com/chpatel3</url>
</developer>
<developer>
<name>Vaso Putica</name>
<url>https://github.com/vasac</url>
</developer>
<developer>
<name>Emily Rivas</name>
<url>https://github.com/ecrivas</url>
</developer>
</developers>
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
<connection>scm:git:git@github.com:oracle/coherence.git</connection>
<developerConnection>scm:git:git@github.com:oracle/coherence.git</developerConnection>
<url>https://github.com/oracle/coherence</url>
</scm>
<dependencies>
<dependency>
<groupId>com.oracle.coherence.ce</groupId>
<artifactId>coherence</artifactId>
<version>25.03.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>jakarta.persistence</groupId>
<artifactId>jakarta.persistence-api</artifactId>
<version>3.2.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>