m

mybatis-flex-annotation

Files download
File Operation
mybatis-flex-annotation-1.8.6.jar download
mybatis-flex-annotation-1.8.6.pom download
mybatis-flex-annotation-1.8.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.mybatis-flex</groupId>
  <artifactId>mybatis-flex-annotation</artifactId>
  <version>1.8.6</version>
</dependency>
Gradle Groovy
implementation 'com.mybatis-flex:mybatis-flex-annotation:1.8.6'
Gradle Kotlin
implementation("com.mybatis-flex:mybatis-flex-annotation:1.8.6")
Scala SBT
libraryDependencies += "com.mybatis-flex" % "mybatis-flex-annotation" % "1.8.6"
Groovy Grape
@Grapes(
  @Grab(group='com.mybatis-flex', module='mybatis-flex-annotation', version='1.8.6')
)
Apache Ivy
<dependency org="com.mybatis-flex" name="mybatis-flex-annotation" rev="1.8.6" />
Leiningen
[com.mybatis-flex/mybatis-flex-annotation "1.8.6"]
Apache Buildr
'com.mybatis-flex:mybatis-flex-annotation:jar:1.8.6'