MVN

io.gitee.ionkr : mybatis-enhance-actable

Maven & Gradle

Mar 24, 2024

io.gitee.ionkr:mybatis-enhance-actable · A.CTable is a Maven project based on Spring and Mybatis, which enhances the function of Mybatis

<dependency>
    <groupId>io.gitee.ionkr</groupId>
    <artifactId>mybatis-enhance-actable</artifactId>
    <version>1.5.1.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.gitee.ionkr : mybatis-enhance-actable to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.1.RELEASE

All Versions

Choose a version of io.gitee.ionkr : mybatis-enhance-actable to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
mybatis-enhance-actable-1.5.1.RELEASE

How to add a dependency to Maven

Add the following io.gitee.ionkr : mybatis-enhance-actable maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.gitee.ionkr</groupId>
    <artifactId>mybatis-enhance-actable</artifactId>
    <version>1.5.1.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.gitee.ionkr : mybatis-enhance-actable gradle dependency to your build.gradle file:

implementation 'io.gitee.ionkr:mybatis-enhance-actable:1.5.1.RELEASE'

Gradle Kotlin DSL: Add the following io.gitee.ionkr : mybatis-enhance-actable gradle kotlin dependency to your build.gradle.kts file:

implementation("io.gitee.ionkr:mybatis-enhance-actable:1.5.1.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.gitee.ionkr : mybatis-enhance-actable sbt scala dependency to your build.sbt file:

libraryDependencies += "io.gitee.ionkr" % "mybatis-enhance-actable" % "1.5.1.RELEASE"