MVN

org.rdlinux : ez-mybatis-base

Maven & Gradle

Mar 02, 2024
5 stars

ez-mybatis-base · ez-mybatis

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

Latest Version

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

  • Latest Stable: 0.7.1.RS

All Versions

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

Version Vulnerabilities Updated
0.7.x
ez-mybatis-base-0.7.1.RS

How to add a dependency to Maven

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

<dependency>
    <groupId>org.rdlinux</groupId>
    <artifactId>ez-mybatis-base</artifactId>
    <version>0.7.1.RS</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.rdlinux:ez-mybatis-base:0.7.1.RS'

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

implementation("org.rdlinux:ez-mybatis-base:0.7.1.RS")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.rdlinux" % "ez-mybatis-base" % "0.7.1.RS"

Advertisement