MVN

org.rdlinux : ez-mybatis-define

Maven & Gradle

Mar 03, 2024
5 stars

ez-mybatis-define · ez-mybatis

<dependency>
    <groupId>org.rdlinux</groupId>
    <artifactId>ez-mybatis-define</artifactId>
    <version>0.7.2.RS</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.rdlinux : ez-mybatis-define to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.2.RS

All Versions

Choose a version of org.rdlinux : ez-mybatis-define to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
ez-mybatis-define-0.7.2.RS

How to add a dependency to Maven

Add the following org.rdlinux : ez-mybatis-define maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.rdlinux</groupId>
    <artifactId>ez-mybatis-define</artifactId>
    <version>0.7.2.RS</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.rdlinux : ez-mybatis-define gradle dependency to your build.gradle file:

implementation 'org.rdlinux:ez-mybatis-define:0.7.2.RS'

Gradle Kotlin DSL: Add the following org.rdlinux : ez-mybatis-define gradle kotlin dependency to your build.gradle.kts file:

implementation("org.rdlinux:ez-mybatis-define:0.7.2.RS")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.rdlinux : ez-mybatis-define sbt scala dependency to your build.sbt file:

libraryDependencies += "org.rdlinux" % "ez-mybatis-define" % "0.7.2.RS"

Advertisement