文件下载
文件名 操作
mybatis-flex-kotlin-1.0.2.jar 下载
mybatis-flex-kotlin-1.0.2.pom 下载
mybatis-flex-kotlin-1.0.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.mybatis-flex</groupId>
  <artifactId>mybatis-flex-kotlin</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.mybatis-flex:mybatis-flex-kotlin:1.0.2'
Gradle Kotlin
implementation("com.mybatis-flex:mybatis-flex-kotlin:1.0.2")
Scala SBT
libraryDependencies += "com.mybatis-flex" % "mybatis-flex-kotlin" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.mybatis-flex', module='mybatis-flex-kotlin', version='1.0.2')
)
Apache Ivy
<dependency org="com.mybatis-flex" name="mybatis-flex-kotlin" rev="1.0.2" />
Leiningen
[com.mybatis-flex/mybatis-flex-kotlin "1.0.2"]
Apache Buildr
'com.mybatis-flex:mybatis-flex-kotlin:jar:1.0.2'