MVN

com.ifrabbit : spring-boot-starter-data-mybatis

Maven & Gradle

Jul 31, 2017
1 usages
11 stars

Spring Boot Data MyBatis Starter · Starter for using Spring Data MyBatis

<dependency>
    <groupId>com.ifrabbit</groupId>
    <artifactId>spring-boot-starter-data-mybatis</artifactId>
    <version>1.0.17.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ifrabbit : spring-boot-starter-data-mybatis to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.17.RELEASE

All Versions

Choose a version of com.ifrabbit : spring-boot-starter-data-mybatis to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
spring-boot-starter-data-mybatis-1.0.17.RELEASE
spring-boot-starter-data-mybatis-1.0.15.RELEASE
spring-boot-starter-data-mybatis-1.0.14.RELEASE
spring-boot-starter-data-mybatis-1.0.13.RELEASE
spring-boot-starter-data-mybatis-1.0.12.RELEASE
spring-boot-starter-data-mybatis-1.0.9.RELEASE
spring-boot-starter-data-mybatis-1.0.8.RELEASE
spring-boot-starter-data-mybatis-1.0.7.RELEASE
spring-boot-starter-data-mybatis-1.0.6.RELEASE
spring-boot-starter-data-mybatis-1.0.5.RELEASE
spring-boot-starter-data-mybatis-1.0.4.RELEASE
spring-boot-starter-data-mybatis-1.0.3.RELEASE
spring-boot-starter-data-mybatis-1.0.2.RELEASE

How to add a dependency to Maven

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

<dependency>
    <groupId>com.ifrabbit</groupId>
    <artifactId>spring-boot-starter-data-mybatis</artifactId>
    <version>1.0.17.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ifrabbit : spring-boot-starter-data-mybatis gradle dependency to your build.gradle file:

implementation 'com.ifrabbit:spring-boot-starter-data-mybatis:1.0.17.RELEASE'

Gradle Kotlin DSL: Add the following com.ifrabbit : spring-boot-starter-data-mybatis gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ifrabbit:spring-boot-starter-data-mybatis:1.0.17.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ifrabbit : spring-boot-starter-data-mybatis sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ifrabbit" % "spring-boot-starter-data-mybatis" % "1.0.17.RELEASE"

Advertisement