coherence-hibernate-cache-store
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.oracle.coherence.hibernate</groupId> <artifactId>coherence-hibernate-cache-store</artifactId> <version>3.0.3</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (c) 2013, 2023, 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> <parent> <groupId>com.oracle.coherence.hibernate</groupId> <artifactId>coherence-hibernate-parent</artifactId> <version>3.0.3</version> </parent> <groupId>com.oracle.coherence.hibernate</groupId> <artifactId>coherence-hibernate-cache-store</artifactId> <version>3.0.3</version> <name>Coherence Hibernate Cache Store</name> <description>A Hibernate-based implementation of the Coherence CacheStore SPI.</description> <url>https://github.com/coherence-community/coherence-hibernate/coherence-hibernate-cache-store</url> <licenses> <license> <name>The Universal Permissive License (UPL), Version 1.0</name> <url>https://oss.oracle.com/licenses/upl</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <name>Randy Stafford</name> <organization>Oracle Corporation</organization> </developer> <developer> <name>Gunnar Hillert</name> <organization>Oracle Corporation</organization> </developer> </developers> <scm> <connection>scm:git:https://github.com/coherence-community/coherence-hibernate.git/coherence-hibernate-cache-store</connection> <developerConnection>scm:git:https://github.com/coherence-community/coherence-hibernate.git/coherence-hibernate-cache-store</developerConnection> <tag>v3.0.3</tag> <url>https://github.com/coherence-community/coherence-hibernate/coherence-hibernate-cache-store</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/coherence-community/coherence-hibernate/issues</url> </issueManagement> <dependencies> <dependency> <groupId>com.oracle.coherence.ce</groupId> <artifactId>coherence</artifactId> <version>24.09</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.hibernate.orm</groupId> <artifactId>hibernate-core</artifactId> <version>6.6.1.Final</version> <scope>provided</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.7.0</version> <extensions>true</extensions> </plugin> </plugins> </build> </project>