MVN

com.centit.framework : framework-persistence-mybatis

Maven & Gradle

Feb 20, 2019
2 usages
11 stars

com.centit.framework:framework-persistence-mybatis · 定义了一组和core兼容的表结构,并用mybatis实现了表的增删改查

<dependency>
    <groupId>com.centit.framework</groupId>
    <artifactId>framework-persistence-mybatis</artifactId>
    <version>4.4.1812</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 4.4.1812

All Versions

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

Version Vulnerabilities Updated
4.4.x
framework-persistence-mybatis-4.4.1812
4.2.x
framework-persistence-mybatis-4.2.1809
framework-persistence-mybatis-4.2.1808
4.1.x
framework-persistence-mybatis-4.1.1806
framework-persistence-mybatis-4.1.1805
framework-persistence-mybatis-4.1.1803
4.0.x
framework-persistence-mybatis-4.0.4
framework-persistence-mybatis-4.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.centit.framework</groupId>
    <artifactId>framework-persistence-mybatis</artifactId>
    <version>4.4.1812</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.centit.framework : framework-persistence-mybatis gradle dependency to your build.gradle file:

implementation 'com.centit.framework:framework-persistence-mybatis:4.4.1812'

Gradle Kotlin DSL: Add the following com.centit.framework : framework-persistence-mybatis gradle kotlin dependency to your build.gradle.kts file:

implementation("com.centit.framework:framework-persistence-mybatis:4.4.1812")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.centit.framework : framework-persistence-mybatis sbt scala dependency to your build.sbt file:

libraryDependencies += "com.centit.framework" % "framework-persistence-mybatis" % "4.4.1812"

Advertisement