m

mybatis-flex-annotation

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