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