MVN

in.hocg.boot : mybatis-plus-extensions-change-log-autoconfigure

Maven & Gradle

Nov 05, 2022
40 stars

Mybatis Plus :: Extensions :: Change Log

<dependency>
    <groupId>in.hocg.boot</groupId>
    <artifactId>mybatis-plus-extensions-change-log-autoconfigure</artifactId>
    <version>1.0.48</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of in.hocg.boot : mybatis-plus-extensions-change-log-autoconfigure to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.48

All Versions

Choose a version of in.hocg.boot : mybatis-plus-extensions-change-log-autoconfigure to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
mybatis-plus-extensions-change-log-autoconfigure-1.0.48
mybatis-plus-extensions-change-log-autoconfigure-1.0.47
mybatis-plus-extensions-change-log-autoconfigure-1.0.45
mybatis-plus-extensions-change-log-autoconfigure-1.0.44
mybatis-plus-extensions-change-log-autoconfigure-1.0.43
mybatis-plus-extensions-change-log-autoconfigure-1.0.42
mybatis-plus-extensions-change-log-autoconfigure-1.0.41
mybatis-plus-extensions-change-log-autoconfigure-1.0.40
mybatis-plus-extensions-change-log-autoconfigure-1.0.39
mybatis-plus-extensions-change-log-autoconfigure-1.0.38
mybatis-plus-extensions-change-log-autoconfigure-1.0.37
mybatis-plus-extensions-change-log-autoconfigure-1.0.35
mybatis-plus-extensions-change-log-autoconfigure-1.0.34
mybatis-plus-extensions-change-log-autoconfigure-1.0.33
v1.0.x
mybatis-plus-extensions-change-log-autoconfigure-v1.0.46

How to add a dependency to Maven

Add the following in.hocg.boot : mybatis-plus-extensions-change-log-autoconfigure maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>in.hocg.boot</groupId>
    <artifactId>mybatis-plus-extensions-change-log-autoconfigure</artifactId>
    <version>1.0.48</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following in.hocg.boot : mybatis-plus-extensions-change-log-autoconfigure gradle dependency to your build.gradle file:

implementation 'in.hocg.boot:mybatis-plus-extensions-change-log-autoconfigure:1.0.48'

Gradle Kotlin DSL: Add the following in.hocg.boot : mybatis-plus-extensions-change-log-autoconfigure gradle kotlin dependency to your build.gradle.kts file:

implementation("in.hocg.boot:mybatis-plus-extensions-change-log-autoconfigure:1.0.48")

How to add a dependency to SBT Scala

SBT Scala: Add the following in.hocg.boot : mybatis-plus-extensions-change-log-autoconfigure sbt scala dependency to your build.sbt file:

libraryDependencies += "in.hocg.boot" % "mybatis-plus-extensions-change-log-autoconfigure" % "1.0.48"