MVN

io.github.dunwu : dunwu-starter-mybatis

Maven & Gradle

May 08, 2020
3 usages

Starter for using Mybatis

<dependency>
    <groupId>io.github.dunwu</groupId>
    <artifactId>dunwu-starter-mybatis</artifactId>
    <version>0.5.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.dunwu : dunwu-starter-mybatis to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.6

All Versions

Choose a version of io.github.dunwu : dunwu-starter-mybatis to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
dunwu-starter-mybatis-0.5.6
dunwu-starter-mybatis-0.5.5
dunwu-starter-mybatis-0.5.4
dunwu-starter-mybatis-0.5.3
dunwu-starter-mybatis-0.5.2
dunwu-starter-mybatis-0.5.0
0.4.x
dunwu-starter-mybatis-0.4.9
dunwu-starter-mybatis-0.4.8
dunwu-starter-mybatis-0.4.7

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.dunwu</groupId>
    <artifactId>dunwu-starter-mybatis</artifactId>
    <version>0.5.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.dunwu : dunwu-starter-mybatis gradle dependency to your build.gradle file:

implementation 'io.github.dunwu:dunwu-starter-mybatis:0.5.6'

Gradle Kotlin DSL: Add the following io.github.dunwu : dunwu-starter-mybatis gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.dunwu:dunwu-starter-mybatis:0.5.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.dunwu : dunwu-starter-mybatis sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.dunwu" % "dunwu-starter-mybatis" % "0.5.6"