m

mybatis-flex-kotlin-ksp

MyBatis-Flex KSP extension to help generate boilerplate code, just like MyBatis Flex Processor.
https://github.com/KAMO030/MyBatis-Flex-Kotlin
Apache License 2.0
KAMOsama CloudPlayer
Files download
File Operation
mybatis-flex-kotlin-ksp-1.0.1.jar download
mybatis-flex-kotlin-ksp-1.0.1.pom download
mybatis-flex-kotlin-ksp-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.mybatis-flex</groupId>
  <artifactId>mybatis-flex-kotlin-ksp</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.mybatis-flex:mybatis-flex-kotlin-ksp:1.0.1'
Gradle Kotlin
implementation("com.mybatis-flex:mybatis-flex-kotlin-ksp:1.0.1")
Scala SBT
libraryDependencies += "com.mybatis-flex" % "mybatis-flex-kotlin-ksp" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.mybatis-flex', module='mybatis-flex-kotlin-ksp', version='1.0.1')
)
Apache Ivy
<dependency org="com.mybatis-flex" name="mybatis-flex-kotlin-ksp" rev="1.0.1" />
Leiningen
[com.mybatis-flex/mybatis-flex-kotlin-ksp "1.0.1"]
Apache Buildr
'com.mybatis-flex:mybatis-flex-kotlin-ksp:jar:1.0.1'