MVN

com.github.lodsve : lodsve-mybatis

Maven & Gradle

Dec 24, 2017
5 usages
4 stars

lodsve mybatis · mybatis相关封装

<dependency>
    <groupId>com.github.lodsve</groupId>
    <artifactId>lodsve-mybatis</artifactId>
    <version>2.5.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.lodsve : lodsve-mybatis to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.10

All Versions

Choose a version of com.github.lodsve : lodsve-mybatis to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
lodsve-mybatis-2.5.10
lodsve-mybatis-2.5.9
lodsve-mybatis-2.5.8
lodsve-mybatis-2.5.7
lodsve-mybatis-2.5.6.1
lodsve-mybatis-2.5.6
lodsve-mybatis-2.5.4
2.4.x
lodsve-mybatis-2.4.9
lodsve-mybatis-2.4.8

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.lodsve</groupId>
    <artifactId>lodsve-mybatis</artifactId>
    <version>2.5.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.lodsve : lodsve-mybatis gradle dependency to your build.gradle file:

implementation 'com.github.lodsve:lodsve-mybatis:2.5.10'

Gradle Kotlin DSL: Add the following com.github.lodsve : lodsve-mybatis gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.lodsve:lodsve-mybatis:2.5.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.lodsve : lodsve-mybatis sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.lodsve" % "lodsve-mybatis" % "2.5.10"

Advertisement