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