MVN

com.github.nomou.mybatis : mybatis-smart

Maven & Gradle

Aug 19, 2021

mybatis-smart · Mybatis-smart - a light mybatis mapper method implementation proxy

<dependency>
    <groupId>com.github.nomou.mybatis</groupId>
    <artifactId>mybatis-smart</artifactId>
    <version>1.0.0-BETA-20210819</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.0-BETA-20210819
  • Latest Beta: 1.0.0-BETA-20210819

All Versions

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

Version Vulnerabilities Updated
1.0.x
mybatis-smart-1.0.0-BETA-20210819
mybatis-smart-1.0.0-BETA-2003103
mybatis-smart-1.0.0-BETA-2003091
mybatis-smart-1.0.0-BETA-1104001
mybatis-smart-1.0.0-BETA

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.nomou.mybatis</groupId>
    <artifactId>mybatis-smart</artifactId>
    <version>1.0.0-BETA-20210819</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.nomou.mybatis : mybatis-smart gradle dependency to your build.gradle file:

implementation 'com.github.nomou.mybatis:mybatis-smart:1.0.0-BETA-20210819'

Gradle Kotlin DSL: Add the following com.github.nomou.mybatis : mybatis-smart gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.nomou.mybatis:mybatis-smart:1.0.0-BETA-20210819")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.nomou.mybatis : mybatis-smart sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.nomou.mybatis" % "mybatis-smart" % "1.0.0-BETA-20210819"