m

mybatis-flex-kotlin-extensions

Expanding Mybatis-Flex on Kotlin
https://github.com/KAMO030/MyBatis-Flex-Kotlin
Apache License 2.0
KAMOsama CloudPlayer
文件下载
文件名 操作
mybatis-flex-kotlin-extensions-1.1.2.jar 下载
mybatis-flex-kotlin-extensions-1.1.2.pom 下载
mybatis-flex-kotlin-extensions-1.1.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.mybatis-flex</groupId>
  <artifactId>mybatis-flex-kotlin-extensions</artifactId>
  <version>1.1.2</version>
</dependency>
Gradle Groovy
implementation 'com.mybatis-flex:mybatis-flex-kotlin-extensions:1.1.2'
Gradle Kotlin
implementation("com.mybatis-flex:mybatis-flex-kotlin-extensions:1.1.2")
Scala SBT
libraryDependencies += "com.mybatis-flex" % "mybatis-flex-kotlin-extensions" % "1.1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.mybatis-flex', module='mybatis-flex-kotlin-extensions', version='1.1.2')
)
Apache Ivy
<dependency org="com.mybatis-flex" name="mybatis-flex-kotlin-extensions" rev="1.1.2" />
Leiningen
[com.mybatis-flex/mybatis-flex-kotlin-extensions "1.1.2"]
Apache Buildr
'com.mybatis-flex:mybatis-flex-kotlin-extensions:jar:1.1.2'