MVN

com.gitee.easy4use : mybatis-link-annotation

Maven & Gradle

Dec 27, 2022
1 usages

mybatis-link-annotation · basic mybatis-link-annotation.

<dependency>
    <groupId>com.gitee.easy4use</groupId>
    <artifactId>mybatis-link-annotation</artifactId>
    <version>3.5.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gitee.easy4use : mybatis-link-annotation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.5.2.0

All Versions

Choose a version of com.gitee.easy4use : mybatis-link-annotation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.5.x
mybatis-link-annotation-3.5.2.0
1.0.x
mybatis-link-annotation-1.0.9
mybatis-link-annotation-1.0.8
mybatis-link-annotation-1.0.7
mybatis-link-annotation-1.0.6
mybatis-link-annotation-1.0.5
mybatis-link-annotation-1.0.4
mybatis-link-annotation-1.0.3
mybatis-link-annotation-1.0.2
mybatis-link-annotation-1.0.1
mybatis-link-annotation-1.0.0

How to add a dependency to Maven

Add the following com.gitee.easy4use : mybatis-link-annotation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gitee.easy4use</groupId>
    <artifactId>mybatis-link-annotation</artifactId>
    <version>3.5.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gitee.easy4use : mybatis-link-annotation gradle dependency to your build.gradle file:

implementation 'com.gitee.easy4use:mybatis-link-annotation:3.5.2.0'

Gradle Kotlin DSL: Add the following com.gitee.easy4use : mybatis-link-annotation gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gitee.easy4use:mybatis-link-annotation:3.5.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gitee.easy4use : mybatis-link-annotation sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gitee.easy4use" % "mybatis-link-annotation" % "3.5.2.0"

Advertisement