m

mybatis-max-core

Mybatis-Max is an automatic injection SQL toolkit based on Mybatis.
https://github.com/gouyiba/mybatis-max
Gouyiba Group
Files download
File Operation
mybatis-max-core-1.0.5-RELEASE.jar download
mybatis-max-core-1.0.5-RELEASE.pom download
mybatis-max-core-1.0.5-RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>cloud.gouyiba</groupId>
  <artifactId>mybatis-max-core</artifactId>
  <version>1.0.5-RELEASE</version>
</dependency>
Gradle Groovy
implementation 'cloud.gouyiba:mybatis-max-core:1.0.5-RELEASE'
Gradle Kotlin
implementation("cloud.gouyiba:mybatis-max-core:1.0.5-RELEASE")
Scala SBT
libraryDependencies += "cloud.gouyiba" % "mybatis-max-core" % "1.0.5-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='cloud.gouyiba', module='mybatis-max-core', version='1.0.5-RELEASE')
)
Apache Ivy
<dependency org="cloud.gouyiba" name="mybatis-max-core" rev="1.0.5-RELEASE" />
Leiningen
[cloud.gouyiba/mybatis-max-core "1.0.5-RELEASE"]
Apache Buildr
'cloud.gouyiba:mybatis-max-core:jar:1.0.5-RELEASE'