m

mybatis-flex-spring-boot-starter

Files download
File Operation
mybatis-flex-spring-boot-starter-1.6.5.jar download
mybatis-flex-spring-boot-starter-1.6.5.pom download
mybatis-flex-spring-boot-starter-1.6.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.mybatis-flex</groupId>
  <artifactId>mybatis-flex-spring-boot-starter</artifactId>
  <version>1.6.5</version>
</dependency>
Gradle Groovy
implementation 'com.mybatis-flex:mybatis-flex-spring-boot-starter:1.6.5'
Gradle Kotlin
implementation("com.mybatis-flex:mybatis-flex-spring-boot-starter:1.6.5")
Scala SBT
libraryDependencies += "com.mybatis-flex" % "mybatis-flex-spring-boot-starter" % "1.6.5"
Groovy Grape
@Grapes(
  @Grab(group='com.mybatis-flex', module='mybatis-flex-spring-boot-starter', version='1.6.5')
)
Apache Ivy
<dependency org="com.mybatis-flex" name="mybatis-flex-spring-boot-starter" rev="1.6.5" />
Leiningen
[com.mybatis-flex/mybatis-flex-spring-boot-starter "1.6.5"]
Apache Buildr
'com.mybatis-flex:mybatis-flex-spring-boot-starter:jar:1.6.5'