jar

com.covisint.core : hibernate-orm-bom

Maven & Gradle

Apr 22, 2015
8 usages

Hibernate ORM Bill of Material POM · This bill of materials (BOM) POM covers all the Hibernate ORM artifacts related to a particular version. By importing this BOM, you fix the version of all of Hibernate-related artifacts to the versions associated with a particular release. This prevents the overriding of Hibernate transitive dependencies which in turn could cause version conflicts between libraries. To use this BOM, add the following in your POM: <dependencyManagement> <dependencies> <dependency> <groupId>com.covisint.core</groupId> <artifactId>hibernate-orm-bom</artifactId> <version>4.3.1.Final</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> And then declare your dependency on the Hibernate artifacts *without* a version.

Table Of Contents

Latest Version

Download com.covisint.core : hibernate-orm-bom JAR file - Latest Versions:

All Versions

Download com.covisint.core : hibernate-orm-bom JAR file - All Versions:

Version Vulnerabilities Size Updated
4.3.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window hibernate-orm-bom-4.3.1.Final.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

Advertisement