MVN

com.alilitech : boot-plus-mybatis-jpa

Maven & Gradle

Feb 02, 2022
3 usages
21 stars
<dependency>
    <groupId>com.alilitech</groupId>
    <artifactId>boot-plus-mybatis-jpa</artifactId>
    <version>1.3.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.alilitech : boot-plus-mybatis-jpa to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.10

All Versions

Choose a version of com.alilitech : boot-plus-mybatis-jpa to add to Maven or Gradle - All Versions:

  • Version Updated
  • boot-plus-mybatis-jpa-1.3.10

    Feb 02, 2022
  • boot-plus-mybatis-jpa-1.3.9

    Nov 20, 2021
  • boot-plus-mybatis-jpa-1.3.8

    Aug 06, 2021
  • boot-plus-mybatis-jpa-1.3.7

    Jun 04, 2021
  • boot-plus-mybatis-jpa-1.3.6

    Apr 12, 2021
  • boot-plus-mybatis-jpa-1.3.5

    Mar 27, 2021
  • boot-plus-mybatis-jpa-1.3.4

    Mar 03, 2021
  • boot-plus-mybatis-jpa-1.3.3

    Feb 25, 2021
  • boot-plus-mybatis-jpa-1.3.2

    Dec 20, 2020
  • boot-plus-mybatis-jpa-1.3.1

    Dec 07, 2020
  • boot-plus-mybatis-jpa-1.3.0

    Nov 27, 2020
  • boot-plus-mybatis-jpa-1.2.8

    Oct 17, 2020
  • boot-plus-mybatis-jpa-1.2.7

    Oct 10, 2020
  • boot-plus-mybatis-jpa-1.2.6

    Sep 23, 2020
  • boot-plus-mybatis-jpa-1.2.5

    Sep 12, 2020
  • boot-plus-mybatis-jpa-1.2.4

    Sep 07, 2020
  • boot-plus-mybatis-jpa-1.2.3

    Jun 24, 2020
  • boot-plus-mybatis-jpa-1.2.2

    Jun 01, 2020
  • boot-plus-mybatis-jpa-1.2.1

    May 08, 2020
  • boot-plus-mybatis-jpa-1.2.0

    Mar 23, 2020

How to add a dependency to Maven

Add the following com.alilitech : boot-plus-mybatis-jpa maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.alilitech</groupId>
    <artifactId>boot-plus-mybatis-jpa</artifactId>
    <version>1.3.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.alilitech : boot-plus-mybatis-jpa gradle dependency to your build.gradle file:

implementation 'com.alilitech:boot-plus-mybatis-jpa:1.3.10'

Gradle Kotlin DSL: Add the following com.alilitech : boot-plus-mybatis-jpa gradle kotlin dependency to your build.gradle.kts file:

implementation("com.alilitech:boot-plus-mybatis-jpa:1.3.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.alilitech : boot-plus-mybatis-jpa sbt scala dependency to your build.sbt file:

libraryDependencies += "com.alilitech" % "boot-plus-mybatis-jpa" % "1.3.10"