You can download hibernate-search-5.0.1.final.jar in this page.
Open Source License
hibernate-search-5.0.1.final.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.hibernate/hibernate-search/pom.properties META-INF/maven/org.hibernate/hibernate-search/pom.xml
hibernate-search-5.0.1.final.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <!-- ~ Hibernate Search, full-text search for your domain model ~ ~ License: GNU Lesser General Public License (LGPL), version 2.1 or later ~ See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>. --> <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> <parent> <artifactId>hibernate-search-parent</artifactId> <groupId>org.hibernate</groupId> <version>5.0.1.Final</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>hibernate-search</artifactId> <name>Hibernate Search [Deprecated Module]</name> <description>Hibernate Search [Deprecated Module]</description> <dependencies> <!-- For backwards compatibility: the dependency to be used is now hibernate-search-orm --> <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-search-orm</artifactId> </dependency> </dependencies> </project>
<dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-search</artifactId> <version>5.0.1.final</version> </dependency>
If you think the following hibernate-search-5.0.1.final.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download hibernate-search-5.0.1.final.jar file