MVN

com.github.limiaogithub : yt_mybatis

Maven & Gradle

Mar 07, 2018
13 stars

yt_mybatis · CURD on mybaits

<dependency>
    <groupId>com.github.limiaogithub</groupId>
    <artifactId>yt_mybatis</artifactId>
    <version>3.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.limiaogithub : yt_mybatis to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.1

All Versions

Choose a version of com.github.limiaogithub : yt_mybatis to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
yt_mybatis-3.0.1
2.5
yt_mybatis-2.5
2.4
yt_mybatis-2.4
2.3
yt_mybatis-2.3
2.2
yt_mybatis-2.2
2.1
yt_mybatis-2.1
2.0.x
yt_mybatis-2.0.7
yt_mybatis-2.0.6
2.0
yt_mybatis-2.0
1.1
yt_mybatis-1.1
1.0
yt_mybatis-1.0

How to add a dependency to Maven

Add the following com.github.limiaogithub : yt_mybatis maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.limiaogithub</groupId>
    <artifactId>yt_mybatis</artifactId>
    <version>3.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.limiaogithub : yt_mybatis gradle dependency to your build.gradle file:

implementation 'com.github.limiaogithub:yt_mybatis:3.0.1'

Gradle Kotlin DSL: Add the following com.github.limiaogithub : yt_mybatis gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.limiaogithub:yt_mybatis:3.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.limiaogithub : yt_mybatis sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.limiaogithub" % "yt_mybatis" % "3.0.1"

Advertisement