MVN

com.wuxudu : mybatis-crudmapper-spring-boot-autoconfigure

Maven & Gradle

Aug 18, 2020
1 usages

mybatis-crudmapper-spring-boot-autoconfigure

<dependency>
    <groupId>com.wuxudu</groupId>
    <artifactId>mybatis-crudmapper-spring-boot-autoconfigure</artifactId>
    <version>1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.wuxudu : mybatis-crudmapper-spring-boot-autoconfigure to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7

All Versions

Choose a version of com.wuxudu : mybatis-crudmapper-spring-boot-autoconfigure to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7
mybatis-crudmapper-spring-boot-autoconfigure-1.7
1.6
mybatis-crudmapper-spring-boot-autoconfigure-1.6
1.5
mybatis-crudmapper-spring-boot-autoconfigure-1.5
1.2
mybatis-crudmapper-spring-boot-autoconfigure-1.2
1.1
mybatis-crudmapper-spring-boot-autoconfigure-1.1
1.0
mybatis-crudmapper-spring-boot-autoconfigure-1.0

How to add a dependency to Maven

Add the following com.wuxudu : mybatis-crudmapper-spring-boot-autoconfigure maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.wuxudu</groupId>
    <artifactId>mybatis-crudmapper-spring-boot-autoconfigure</artifactId>
    <version>1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.wuxudu : mybatis-crudmapper-spring-boot-autoconfigure gradle dependency to your build.gradle file:

implementation 'com.wuxudu:mybatis-crudmapper-spring-boot-autoconfigure:1.7'

Gradle Kotlin DSL: Add the following com.wuxudu : mybatis-crudmapper-spring-boot-autoconfigure gradle kotlin dependency to your build.gradle.kts file:

implementation("com.wuxudu:mybatis-crudmapper-spring-boot-autoconfigure:1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.wuxudu : mybatis-crudmapper-spring-boot-autoconfigure sbt scala dependency to your build.sbt file:

libraryDependencies += "com.wuxudu" % "mybatis-crudmapper-spring-boot-autoconfigure" % "1.7"

Advertisement