MVN

org.rdlinux : ez-mybatis-expand

Maven & Gradle

Jul 20, 2023
5 stars

ez-mybatis-expand · ez-mybatis

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

Latest Version

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

  • Latest Stable: 0.5.2.RS

All Versions

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

Version Vulnerabilities Updated
0.5.x
ez-mybatis-expand-0.5.2.RS
ez-mybatis-expand-0.5.1.RS
ez-mybatis-expand-0.5.0.RS
0.4.x
ez-mybatis-expand-0.4.9.RS
ez-mybatis-expand-0.4.8.RS
ez-mybatis-expand-0.4.7.RS
ez-mybatis-expand-0.4.6.RS
ez-mybatis-expand-0.4.5.RS
ez-mybatis-expand-0.4.4.RS
ez-mybatis-expand-0.4.3.RS
ez-mybatis-expand-0.4.2.RS
ez-mybatis-expand-0.4.1.RS
ez-mybatis-expand-0.4.0.RS
0.3.x
ez-mybatis-expand-0.3.9.RS
ez-mybatis-expand-0.3.8.RS

How to add a dependency to Maven

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

<dependency>
    <groupId>org.rdlinux</groupId>
    <artifactId>ez-mybatis-expand</artifactId>
    <version>0.5.2.RS</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.rdlinux:ez-mybatis-expand:0.5.2.RS'

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

implementation("org.rdlinux:ez-mybatis-expand:0.5.2.RS")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.rdlinux" % "ez-mybatis-expand" % "0.5.2.RS"

Advertisement