MVN

tk.mybatis : mapper-base2

Maven & Gradle

Jun 25, 2018
5 stars

mapper-base · Mybatis 通用 Mapper 基础方法实现

<dependency>
    <groupId>tk.mybatis</groupId>
    <artifactId>mapper-base2</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tk.mybatis : mapper-base2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of tk.mybatis : mapper-base2 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
mapper-base2-1.0.1
mapper-base2-1.0.0

How to add a dependency to Maven

Add the following tk.mybatis : mapper-base2 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tk.mybatis</groupId>
    <artifactId>mapper-base2</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tk.mybatis : mapper-base2 gradle dependency to your build.gradle file:

implementation 'tk.mybatis:mapper-base2:1.0.1'

Gradle Kotlin DSL: Add the following tk.mybatis : mapper-base2 gradle kotlin dependency to your build.gradle.kts file:

implementation("tk.mybatis:mapper-base2:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following tk.mybatis : mapper-base2 sbt scala dependency to your build.sbt file:

libraryDependencies += "tk.mybatis" % "mapper-base2" % "1.0.1"

Advertisement

Dependencies from Group

Jun 03, 2023
142 usages
7.1k stars
Jun 03, 2023
98 usages
7.1k stars
Jun 03, 2023
32 usages
7.1k stars
Jun 03, 2023
16 usages
7.1k stars
Jun 03, 2023
13 usages
7.1k stars

Discover Dependencies