MVN

com.gitee.zcx7878 : leisure.springboot.mybatis

Maven & Gradle

Apr 25, 2023
1 usages

leisure · leisure 基础框架

<dependency>
    <groupId>com.gitee.zcx7878</groupId>
    <artifactId>leisure.springboot.mybatis</artifactId>
    <version>1.1.1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gitee.zcx7878 : leisure.springboot.mybatis to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1.7

All Versions

Choose a version of com.gitee.zcx7878 : leisure.springboot.mybatis to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
leisure.springboot.mybatis-1.1.1.7
leisure.springboot.mybatis-1.1.1.6
leisure.springboot.mybatis-1.1.1.5
leisure.springboot.mybatis-1.1.1.3
leisure.springboot.mybatis-1.1.1.2
leisure.springboot.mybatis-1.1.1.1
leisure.springboot.mybatis-1.1.1.0
leisure.springboot.mybatis-1.1.0.9
leisure.springboot.mybatis-1.1.0.8
leisure.springboot.mybatis-1.1.0.7
leisure.springboot.mybatis-1.1.0.6
leisure.springboot.mybatis-1.1.0.5
leisure.springboot.mybatis-1.1.0.3
leisure.springboot.mybatis-1.1.0.2
leisure.springboot.mybatis-1.1.0.1
leisure.springboot.mybatis-1.1.0.0
1.0.x
leisure.springboot.mybatis-1.0.1.9
leisure.springboot.mybatis-1.0.1.8
leisure.springboot.mybatis-1.0.1.7
leisure.springboot.mybatis-1.0.1.6
leisure.springboot.mybatis-1.0.1.0
leisure.springboot.mybatis-1.0.0.9
leisure.springboot.mybatis-1.0.0.8
leisure.springboot.mybatis-1.0.0.7
leisure.springboot.mybatis-1.0.0.6
leisure.springboot.mybatis-1.0.0.4
leisure.springboot.mybatis-1.0.0.3
leisure.springboot.mybatis-1.0.0.2
leisure.springboot.mybatis-1.0.0.1
leisure.springboot.mybatis-1.0.0.0

How to add a dependency to Maven

Add the following com.gitee.zcx7878 : leisure.springboot.mybatis maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gitee.zcx7878</groupId>
    <artifactId>leisure.springboot.mybatis</artifactId>
    <version>1.1.1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gitee.zcx7878 : leisure.springboot.mybatis gradle dependency to your build.gradle file:

implementation 'com.gitee.zcx7878:leisure.springboot.mybatis:1.1.1.7'

Gradle Kotlin DSL: Add the following com.gitee.zcx7878 : leisure.springboot.mybatis gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gitee.zcx7878:leisure.springboot.mybatis:1.1.1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gitee.zcx7878 : leisure.springboot.mybatis sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gitee.zcx7878" % "leisure.springboot.mybatis" % "1.1.1.7"