MVN

com.gitee.zhibi : fast-mybatis

Maven & Gradle

Sep 03, 2022
2 usages
<dependency>
    <groupId>com.gitee.zhibi</groupId>
    <artifactId>fast-mybatis</artifactId>
    <version>2.6.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gitee.zhibi : fast-mybatis to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.4

All Versions

Choose a version of com.gitee.zhibi : fast-mybatis to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6.x
fast-mybatis-2.6.4
fast-mybatis-2.6.2
fast-mybatis-2.6.1
2.5
fast-mybatis-2.5
2.3
fast-mybatis-2.3
2.1.x
fast-mybatis-2.1.0
2.0.x
fast-mybatis-2.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.gitee.zhibi</groupId>
    <artifactId>fast-mybatis</artifactId>
    <version>2.6.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gitee.zhibi : fast-mybatis gradle dependency to your build.gradle file:

implementation 'com.gitee.zhibi:fast-mybatis:2.6.4'

Gradle Kotlin DSL: Add the following com.gitee.zhibi : fast-mybatis gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gitee.zhibi:fast-mybatis:2.6.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gitee.zhibi : fast-mybatis sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gitee.zhibi" % "fast-mybatis" % "2.6.4"

Advertisement