m

mybatis-flex-annotation

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