p

parent

Mybatis-Flex is an elegant Mybatis Enhancement Framework.
https://mybatis-flex.com
The Apache Software License, Version 2.0
Michael Yang
文件下载
文件名 操作
parent-1.7.8.pom 下载
Apache Maven
<dependency>
  <groupId>com.mybatis-flex</groupId>
  <artifactId>parent</artifactId>
  <version>1.7.8</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.mybatis-flex:parent:1.7.8'
Gradle Kotlin
implementation("com.mybatis-flex:parent:1.7.8")
Scala SBT
libraryDependencies += "com.mybatis-flex" % "parent" % "1.7.8"
Groovy Grape
@Grapes(
  @Grab(group='com.mybatis-flex', module='parent', version='1.7.8')
)
Apache Ivy
<dependency org="com.mybatis-flex" name="parent" rev="1.7.8" />
Leiningen
[com.mybatis-flex/parent "1.7.8"]
Apache Buildr
'com.mybatis-flex:parent:jar:1.7.8'
本项目依赖
该项目无第三方依赖