Files download
File Operation
hot-refresh-adapter-mybatis-1.2.5.jar download
hot-refresh-adapter-mybatis-1.2.5.pom download
hot-refresh-adapter-mybatis-1.2.5-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.hyfsy</groupId>
  <artifactId>hot-refresh-adapter-mybatis</artifactId>
  <version>1.2.5</version>
</dependency>
Gradle Groovy
implementation 'io.github.hyfsy:hot-refresh-adapter-mybatis:1.2.5'
Gradle Kotlin
implementation("io.github.hyfsy:hot-refresh-adapter-mybatis:1.2.5")
Scala SBT
libraryDependencies += "io.github.hyfsy" % "hot-refresh-adapter-mybatis" % "1.2.5"
Groovy Grape
@Grapes(
  @Grab(group='io.github.hyfsy', module='hot-refresh-adapter-mybatis', version='1.2.5')
)
Apache Ivy
<dependency org="io.github.hyfsy" name="hot-refresh-adapter-mybatis" rev="1.2.5" />
Leiningen
[io.github.hyfsy/hot-refresh-adapter-mybatis "1.2.5"]
Apache Buildr
'io.github.hyfsy:hot-refresh-adapter-mybatis:jar:1.2.5'