<dependency>
<groupId>com.mybatis-flex.kotlin</groupId>
<artifactId>com.mybatis-flex.kotlin.gradle.plugin</artifactId>
<version>1.0.1</version>
</dependency>
implementation group: 'com.mybatis-flex.kotlin', name: 'com.mybatis-flex.kotlin.gradle.plugin', version: '1.0.1'
implementation 'com.mybatis-flex.kotlin:com.mybatis-flex.kotlin.gradle.plugin:1.0.1'
implementation("com.mybatis-flex.kotlin:com.mybatis-flex.kotlin.gradle.plugin:1.0.1")
libraryDependencies += "com.mybatis-flex.kotlin" % "com.mybatis-flex.kotlin.gradle.plugin" % "1.0.1"
<dependency org="com.mybatis-flex.kotlin" name="com.mybatis-flex.kotlin.gradle.plugin" rev="1.0.1"/>
@Grapes(
@Grab(group='com.mybatis-flex.kotlin', module='com.mybatis-flex.kotlin.gradle.plugin', version='1.0.1')
)
[com.mybatis-flex.kotlin/com.mybatis-flex.kotlin.gradle.plugin "1.0.1"]
'com.mybatis-flex.kotlin:com.mybatis-flex.kotlin.gradle.plugin:jar:1.0.1'