MVN

fr.lixbox.lixbox-orm : lixbox-hibernate

Maven & Gradle

May 03, 2023

lixbox-hibernate · Ce dépôt contient le code de la librairie lixbox-hibernate

<dependency>
    <groupId>fr.lixbox.lixbox-orm</groupId>
    <artifactId>lixbox-hibernate</artifactId>
    <version>11.1.2.45</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.lixbox.lixbox-orm : lixbox-hibernate to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 11.1.2.45

All Versions

Choose a version of fr.lixbox.lixbox-orm : lixbox-hibernate to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
11.1.x
lixbox-hibernate-11.1.2.45
lixbox-hibernate-11.1.2.44
lixbox-hibernate-11.1.2.43
lixbox-hibernate-11.1.2.39
lixbox-hibernate-11.1.2.37
lixbox-hibernate-11.1.2.36
lixbox-hibernate-11.1.2.34
lixbox-hibernate-11.1.2.33
lixbox-hibernate-11.1.2.32
lixbox-hibernate-11.1.2.31
lixbox-hibernate-11.1.2.25
lixbox-hibernate-11.1.2.24
lixbox-hibernate-11.1.2.23
lixbox-hibernate-11.1.2.22
lixbox-hibernate-11.1.2.21
lixbox-hibernate-11.1.2.20
lixbox-hibernate-11.1.2.19
lixbox-hibernate-11.1.2.17
lixbox-hibernate-11.1.2.16
lixbox-hibernate-11.1.2.14
lixbox-hibernate-11.1.2.8
lixbox-hibernate-11.1.2.4

How to add a dependency to Maven

Add the following fr.lixbox.lixbox-orm : lixbox-hibernate maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fr.lixbox.lixbox-orm</groupId>
    <artifactId>lixbox-hibernate</artifactId>
    <version>11.1.2.45</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fr.lixbox.lixbox-orm : lixbox-hibernate gradle dependency to your build.gradle file:

implementation 'fr.lixbox.lixbox-orm:lixbox-hibernate:11.1.2.45'

Gradle Kotlin DSL: Add the following fr.lixbox.lixbox-orm : lixbox-hibernate gradle kotlin dependency to your build.gradle.kts file:

implementation("fr.lixbox.lixbox-orm:lixbox-hibernate:11.1.2.45")

How to add a dependency to SBT Scala

SBT Scala: Add the following fr.lixbox.lixbox-orm : lixbox-hibernate sbt scala dependency to your build.sbt file:

libraryDependencies += "fr.lixbox.lixbox-orm" % "lixbox-hibernate" % "11.1.2.45"