MVN

fr.lixbox.lixbox-orm : lixbox-entity

Maven & Gradle

Mar 07, 2023
4 usages

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

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

Latest Version

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

  • Latest Stable: 11.1.2.43

All Versions

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

  • Version Updated
  • lixbox-entity-11.1.2.43

    Mar 07, 2023
  • lixbox-entity-11.1.2.39

    Feb 07, 2023
  • lixbox-entity-11.1.2.37

    Nov 29, 2022
  • lixbox-entity-11.1.2.36

    Mar 25, 2022
  • lixbox-entity-11.1.2.34

    Mar 04, 2022
  • lixbox-entity-11.1.2.33

    Mar 04, 2022
  • lixbox-entity-11.1.2.32

    Mar 03, 2022
  • lixbox-entity-11.1.2.31

    Mar 03, 2022
  • lixbox-entity-11.1.2.25

    Feb 18, 2022
  • lixbox-entity-11.1.2.24

    Feb 18, 2022
  • lixbox-entity-11.1.2.23

    Feb 18, 2022
  • lixbox-entity-11.1.2.22

    Feb 15, 2022
  • lixbox-entity-11.1.2.21

    Jan 31, 2022
  • lixbox-entity-11.1.2.20

    Jan 31, 2022
  • lixbox-entity-11.1.2.19

    Jan 29, 2022
  • lixbox-entity-11.1.2.17

    Jan 29, 2022
  • lixbox-entity-11.1.2.16

    Jan 29, 2022
  • lixbox-entity-11.1.2.14

    Jan 28, 2022
  • lixbox-entity-11.1.2.8

    Jan 18, 2022
  • lixbox-entity-11.1.2.4

    Aug 25, 2021

How to add a dependency to Maven

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

<dependency>
    <groupId>fr.lixbox.lixbox-orm</groupId>
    <artifactId>lixbox-entity</artifactId>
    <version>11.1.2.43</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'fr.lixbox.lixbox-orm:lixbox-entity:11.1.2.43'

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

implementation("fr.lixbox.lixbox-orm:lixbox-entity:11.1.2.43")

How to add a dependency to SBT Scala

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

libraryDependencies += "fr.lixbox.lixbox-orm" % "lixbox-entity" % "11.1.2.43"