MVN

io.manbang : ebatis-spring-boot-starter

Maven & Gradle

Nov 30, 2021
208 stars
<dependency>
    <groupId>io.manbang</groupId>
    <artifactId>ebatis-spring-boot-starter</artifactId>
    <version>6.5.1.7.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.manbang : ebatis-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.5.1.7.RELEASE

All Versions

Choose a version of io.manbang : ebatis-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.5.x
ebatis-spring-boot-starter-7.5.1.12.RELEASE
ebatis-spring-boot-starter-7.5.1.11.RELEASE
ebatis-spring-boot-starter-7.5.1.10.RELEASE
ebatis-spring-boot-starter-7.5.1.9.RELEASE
ebatis-spring-boot-starter-7.5.1.8.RELEASE
ebatis-spring-boot-starter-7.5.1.7.RELEASE
ebatis-spring-boot-starter-7.5.1.6.RELEASE
ebatis-spring-boot-starter-7.5.1.5.RELEASE
ebatis-spring-boot-starter-7.5.1.4.RELEASE
ebatis-spring-boot-starter-7.5.1.3.RELEASE
ebatis-spring-boot-starter-7.5.1.2.RELEASE
ebatis-spring-boot-starter-7.5.1.1.RELEASE
6.5.x
ebatis-spring-boot-starter-6.5.1.7.RELEASE
ebatis-spring-boot-starter-6.5.1.6.RELEASE
ebatis-spring-boot-starter-6.5.1.5.RELEASE
ebatis-spring-boot-starter-6.5.1.4.RELEASE
ebatis-spring-boot-starter-6.5.1.3.RELEASE
ebatis-spring-boot-starter-6.5.1.2.RELEASE
ebatis-spring-boot-starter-6.5.1.1.RELEASE
5.4.x
ebatis-spring-boot-starter-5.4.2.3.RELEASE
ebatis-spring-boot-starter-5.4.2.2.RELEASE
ebatis-spring-boot-starter-5.4.2.1.RELEASE

How to add a dependency to Maven

Add the following io.manbang : ebatis-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.manbang</groupId>
    <artifactId>ebatis-spring-boot-starter</artifactId>
    <version>6.5.1.7.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.manbang : ebatis-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'io.manbang:ebatis-spring-boot-starter:6.5.1.7.RELEASE'

Gradle Kotlin DSL: Add the following io.manbang : ebatis-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("io.manbang:ebatis-spring-boot-starter:6.5.1.7.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.manbang : ebatis-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "io.manbang" % "ebatis-spring-boot-starter" % "6.5.1.7.RELEASE"

Advertisement