MVN

org.rdlinux : ez-mybatis-annotation

Maven & Gradle

Jul 20, 2023
1 usages
5 stars

ez-mybatis-annotation · ez-mybatis

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

Latest Version

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

  • Latest Stable: 0.5.2.RS

All Versions

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

Version Vulnerabilities Updated
0.5.x
ez-mybatis-annotation-0.5.2.RS
ez-mybatis-annotation-0.5.1.RS
ez-mybatis-annotation-0.5.0.RS
0.4.x
ez-mybatis-annotation-0.4.9.RS
ez-mybatis-annotation-0.4.8.RS
ez-mybatis-annotation-0.4.7.RS
ez-mybatis-annotation-0.4.6.RS
ez-mybatis-annotation-0.4.5.RS
ez-mybatis-annotation-0.4.4.RS
ez-mybatis-annotation-0.4.3.RS
ez-mybatis-annotation-0.4.2.RS
ez-mybatis-annotation-0.4.1.RS
ez-mybatis-annotation-0.4.0.RS
0.3.x
ez-mybatis-annotation-0.3.9.RS
ez-mybatis-annotation-0.3.8.RS
ez-mybatis-annotation-0.3.7.RS
ez-mybatis-annotation-0.3.6.RS
ez-mybatis-annotation-0.3.5.RS
ez-mybatis-annotation-0.3.4.RS
ez-mybatis-annotation-0.3.3.RS
ez-mybatis-annotation-0.3.2.RS
ez-mybatis-annotation-0.3.1.RS
ez-mybatis-annotation-0.3.0.RS
0.2.x
ez-mybatis-annotation-0.2.9.RS
ez-mybatis-annotation-0.2.8.RS
ez-mybatis-annotation-0.2.7.RS
ez-mybatis-annotation-0.2.6.RS
ez-mybatis-annotation-0.2.5.RS
ez-mybatis-annotation-0.2.4.RS
ez-mybatis-annotation-0.2.3.RS
ez-mybatis-annotation-0.2.2.RS
ez-mybatis-annotation-0.2.1.RS
ez-mybatis-annotation-0.2.0.RS
0.1.x
ez-mybatis-annotation-0.1.9.RS
ez-mybatis-annotation-0.1.8.RS
ez-mybatis-annotation-0.1.7.RS
ez-mybatis-annotation-0.1.6.RS
ez-mybatis-annotation-0.1.5.RS
ez-mybatis-annotation-0.1.4.RS
ez-mybatis-annotation-0.1.3.RS
ez-mybatis-annotation-0.1.2.RS
ez-mybatis-annotation-0.1.1.RS
ez-mybatis-annotation-0.1.0.RS
0.0.x
ez-mybatis-annotation-0.0.9.RS
ez-mybatis-annotation-0.0.8.RS
ez-mybatis-annotation-0.0.7.RS
ez-mybatis-annotation-0.0.6.RS
ez-mybatis-annotation-0.0.5.RS
ez-mybatis-annotation-0.0.4.RS
ez-mybatis-annotation-0.0.3.RS
ez-mybatis-annotation-0.0.2.RS
ez-mybatis-annotation-0.0.1.RS
ez-mybatis-annotation-0.0.1.SNAPSHOTS

How to add a dependency to Maven

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

<dependency>
    <groupId>org.rdlinux</groupId>
    <artifactId>ez-mybatis-annotation</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-annotation gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement