You can download hazelcast-hibernate4-3.6.1.jar in this page.
Open Source License
hazelcast-hibernate4-3.6.1.jar file has the following types.
META-INF/INDEX.LIST META-INF/MANIFEST.MF META-INF/maven/com.hazelcast/hazelcast-hibernate4/pom.properties META-INF/maven/com.hazelcast/hazelcast-hibernate4/pom.xml META-INF/services/com.hazelcast.DataSerializerHook META-INF/services/com.hazelcast.SerializerHook com.hazelcast.hibernate.AbstractHazelcastCacheRegionFactory.class com.hazelcast.hibernate.CacheEnvironment.class com.hazelcast.hibernate.HazelcastCacheRegionFactory.class com.hazelcast.hibernate.HazelcastLocalCacheRegionFactory.class com.hazelcast.hibernate.HazelcastTimestamper.class com.hazelcast.hibernate.RegionCache.class com.hazelcast.hibernate.VersionAwareMapMergePolicy.class com.hazelcast.hibernate.access.AbstractAccessDelegate.class com.hazelcast.hibernate.access.AccessDelegate.class com.hazelcast.hibernate.access.NonStrictReadWriteAccessDelegate.class com.hazelcast.hibernate.access.ReadOnlyAccessDelegate.class com.hazelcast.hibernate.access.ReadWriteAccessDelegate.class com.hazelcast.hibernate.distributed.AbstractRegionCacheEntryProcessor.class com.hazelcast.hibernate.distributed.IMapRegionCache.class com.hazelcast.hibernate.distributed.LockEntryProcessor.class com.hazelcast.hibernate.distributed.UnlockEntryProcessor.class com.hazelcast.hibernate.distributed.UpdateEntryProcessor.class com.hazelcast.hibernate.instance.HazelcastAccessor.class com.hazelcast.hibernate.instance.HazelcastClientLoader.class com.hazelcast.hibernate.instance.HazelcastInstanceFactory.class com.hazelcast.hibernate.instance.HazelcastInstanceLoader.class com.hazelcast.hibernate.instance.IHazelcastInstanceLoader.class com.hazelcast.hibernate.local.CleanupService.class com.hazelcast.hibernate.local.Invalidation.class com.hazelcast.hibernate.local.LocalRegionCache.class com.hazelcast.hibernate.local.Timestamp.class com.hazelcast.hibernate.local.TimestampsRegionCache.class com.hazelcast.hibernate.region.AbstractGeneralRegion.class com.hazelcast.hibernate.region.AbstractHazelcastRegion.class com.hazelcast.hibernate.region.AbstractTransactionalDataRegion.class com.hazelcast.hibernate.region.CollectionRegionAccessStrategyAdapter.class com.hazelcast.hibernate.region.EntityRegionAccessStrategyAdapter.class com.hazelcast.hibernate.region.HazelcastCollectionRegion.class com.hazelcast.hibernate.region.HazelcastEntityRegion.class com.hazelcast.hibernate.region.HazelcastNaturalIdRegion.class com.hazelcast.hibernate.region.HazelcastQueryResultsRegion.class com.hazelcast.hibernate.region.HazelcastRegion.class com.hazelcast.hibernate.region.HazelcastTimestampsRegion.class com.hazelcast.hibernate.region.NaturalIdRegionAccessStrategyAdapter.class com.hazelcast.hibernate.serialization.Expirable.class com.hazelcast.hibernate.serialization.ExpiryMarker.class com.hazelcast.hibernate.serialization.Hibernate41CacheEntrySerializer.class com.hazelcast.hibernate.serialization.Hibernate42CacheEntrySerializer.class com.hazelcast.hibernate.serialization.Hibernate4CacheEntrySerializerHook.class com.hazelcast.hibernate.serialization.Hibernate4CacheKeySerializer.class com.hazelcast.hibernate.serialization.Hibernate4CacheKeySerializerHook.class com.hazelcast.hibernate.serialization.HibernateDataSerializerHook.class com.hazelcast.hibernate.serialization.MarkerWrapper.class com.hazelcast.hibernate.serialization.Value.class
hazelcast-hibernate4-3.6.1.pom file content.
<!-- ~ Copyright (c) 2008-2016, Hazelcast, Inc. All Rights Reserved. ~ ~ Licensed under the Apache License, Version 2.0 (the "License"); ~ you may not use this file except in compliance with the License. ~ You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, software ~ distributed under the License is distributed on an "AS IS" BASIS, ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ~ See the License for the specific language governing permissions and ~ limitations under the License. --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <name>hazelcast-hibernate4</name> <artifactId>hazelcast-hibernate4</artifactId> <packaging>jar</packaging> <parent> <groupId>com.hazelcast</groupId> <artifactId>hazelcast-hibernate</artifactId> <version>3.6.1</version> <relativePath>../pom.xml</relativePath> </parent> <properties> <!-- needed for checkstyle/findbugs --> <main.basedir>${project.parent.parent.basedir}</main.basedir> <hibernate.core.version>4.3.8.Final</hibernate.core.version> </properties> <build> <plugins> <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <version>2.3.7</version> <executions> <execution> <id>bundle-manifest</id> <phase>process-classes</phase> <goals> <goal>manifest</goal> </goals> <configuration> <instructions> <Fragment-Host>com.hazelcast</Fragment-Host> <Import-Package>!com.hazelcast.*, *</Import-Package> </instructions> </configuration> </execution> </executions> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-core</artifactId> <version>${hibernate.core.version}</version> <scope>provided</scope> <exclusions> <exclusion> <artifactId>slf4j-api</artifactId> <groupId>org.slf4j</groupId> </exclusion> </exclusions> </dependency> </dependencies> </project>
<dependency> <groupId>com.hazelcast</groupId> <artifactId>hazelcast-hibernate4</artifactId> <version>3.6.1</version> </dependency>
If you think the following hazelcast-hibernate4-3.6.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download hazelcast-hibernate4-3.6.1.jar file