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