License |
License |
---|---|
Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection Hibernate Data ORM |
GroupId | GroupIdcom.guicedee |
ArtifactId | ArtifactIdhibernate-bom |
Last Version | Last Version1.2.2.1-jre17 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionHibernate BOM
The BOM for Hibernate
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
hibernate-bom-1.2.2.1-jre17.pom | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.guicedee/hibernate-bom/ -->
<dependency>
<groupId>com.guicedee</groupId>
<artifactId>hibernate-bom</artifactId>
<version>1.2.2.1-jre17</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee/hibernate-bom/
implementation 'com.guicedee:hibernate-bom:1.2.2.1-jre17'
// https://jarcasting.com/artifacts/com.guicedee/hibernate-bom/
implementation ("com.guicedee:hibernate-bom:1.2.2.1-jre17")
'com.guicedee:hibernate-bom:pom:1.2.2.1-jre17'
<dependency org="com.guicedee" name="hibernate-bom" rev="1.2.2.1-jre17">
<artifact name="hibernate-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.guicedee', module='hibernate-bom', version='1.2.2.1-jre17')
)
libraryDependencies += "com.guicedee" % "hibernate-bom" % "1.2.2.1-jre17"
[com.guicedee/hibernate-bom "1.2.2.1-jre17"]