MVN

com.github.chendb : flagwind-mybatis

Maven & Gradle

Sep 19, 2019
3 stars

flagwind-mybatis

<dependency>
    <groupId>com.github.chendb</groupId>
    <artifactId>flagwind-mybatis</artifactId>
    <version>1.0.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.16

All Versions

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

Version Vulnerabilities Updated
1.0.x
flagwind-mybatis-1.0.16
flagwind-mybatis-1.0.15
flagwind-mybatis-1.0.13
flagwind-mybatis-1.0.12
flagwind-mybatis-1.0.11
flagwind-mybatis-1.0.10
flagwind-mybatis-1.0.9
flagwind-mybatis-1.0.6
flagwind-mybatis-1.0.4
flagwind-mybatis-1.0.0
0.0.x
flagwind-mybatis-0.0.32
flagwind-mybatis-0.0.31
flagwind-mybatis-0.0.30
flagwind-mybatis-0.0.29
flagwind-mybatis-0.0.28
flagwind-mybatis-0.0.27
flagwind-mybatis-0.0.26
flagwind-mybatis-0.0.24
flagwind-mybatis-0.0.23
flagwind-mybatis-0.0.22
flagwind-mybatis-0.0.21
flagwind-mybatis-0.0.20
flagwind-mybatis-0.0.19
flagwind-mybatis-0.0.18
flagwind-mybatis-0.0.17
flagwind-mybatis-0.0.16
flagwind-mybatis-0.0.15
flagwind-mybatis-0.0.14
flagwind-mybatis-0.0.13
flagwind-mybatis-0.0.12
flagwind-mybatis-0.0.11
flagwind-mybatis-0.0.9
flagwind-mybatis-0.0.8
flagwind-mybatis-0.0.7
flagwind-mybatis-0.0.5

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.chendb</groupId>
    <artifactId>flagwind-mybatis</artifactId>
    <version>1.0.16</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.chendb:flagwind-mybatis:1.0.16'

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

implementation("com.github.chendb:flagwind-mybatis:1.0.16")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.chendb" % "flagwind-mybatis" % "1.0.16"

Advertisement