MVN

com.pig4cloud : mybatis

Maven & Gradle

Nov 03, 2019
6 usages
19.2k stars

mybatis · The MyBatis SQL mapper framework makes it easier to use a relational database with object-oriented applications. MyBatis couples objects with stored procedures or SQL statements using a XML descriptor or annotations. Simplicity is the biggest advantage of the MyBatis data mapper over object relational mapping tools.

<dependency>
    <groupId>com.pig4cloud</groupId>
    <artifactId>mybatis</artifactId>
    <version>0.5.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.5.2

All Versions

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

Version Vulnerabilities Updated
0.5.x
mybatis-0.5.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.pig4cloud</groupId>
    <artifactId>mybatis</artifactId>
    <version>0.5.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.pig4cloud:mybatis:0.5.2'

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

implementation("com.pig4cloud:mybatis:0.5.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.pig4cloud" % "mybatis" % "0.5.2"

Advertisement

Dependencies from Group

Sep 13, 2020
11 usages
Nov 03, 2019
6 usages
19.2k stars
Sep 07, 2020
5 usages
Nov 03, 2019
4 usages
2.7k stars
Nov 28, 2019
4 usages
12k stars

Discover Dependencies

Jan 19, 2022
19 usages
16 stars
Sep 28, 2020
11 usages
0 stars
Apr 23, 2019
12 usages
350 stars
May 15, 2019
15 usages
15k stars
Aug 09, 2017
14 usages
104 stars
Aug 25, 2014
12 usages
Aug 12, 2019
10 usages
3.4k stars