MVN

com.github.dreamroute : mybatis-pro-interceptor

Maven & Gradle

Nov 02, 2022
1 usages
25 stars

mybatis-pro-interceptor · mybatis-pro

<dependency>
    <groupId>com.github.dreamroute</groupId>
    <artifactId>mybatis-pro-interceptor</artifactId>
    <version>1.6.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.dreamroute : mybatis-pro-interceptor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.5

All Versions

Choose a version of com.github.dreamroute : mybatis-pro-interceptor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
mybatis-pro-interceptor-1.6.5
mybatis-pro-interceptor-1.6.4
mybatis-pro-interceptor-1.6.3
mybatis-pro-interceptor-1.6.2
mybatis-pro-interceptor-1.6.1
mybatis-pro-interceptor-1.6.0
1.5.x
mybatis-pro-interceptor-1.5.9
mybatis-pro-interceptor-1.5.8
mybatis-pro-interceptor-1.5.7
mybatis-pro-interceptor-1.5.6
mybatis-pro-interceptor-1.5.5
mybatis-pro-interceptor-1.5.4
mybatis-pro-interceptor-1.5.3

How to add a dependency to Maven

Add the following com.github.dreamroute : mybatis-pro-interceptor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.dreamroute</groupId>
    <artifactId>mybatis-pro-interceptor</artifactId>
    <version>1.6.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.dreamroute : mybatis-pro-interceptor gradle dependency to your build.gradle file:

implementation 'com.github.dreamroute:mybatis-pro-interceptor:1.6.5'

Gradle Kotlin DSL: Add the following com.github.dreamroute : mybatis-pro-interceptor gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.dreamroute:mybatis-pro-interceptor:1.6.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.dreamroute : mybatis-pro-interceptor sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.dreamroute" % "mybatis-pro-interceptor" % "1.6.5"