m

mybatis-flex-core

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