m

mybatis-flex-kotlin-extensions

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