p

parent

Mybatis-Flex is an elegant Mybatis Enhancement Framework.
https://mybatis-flex.com
The Apache Software License, Version 2.0
Michael Yang
Files download
File Operation
parent-1.7.3.pom download
Apache Maven
<dependency>
  <groupId>com.mybatis-flex</groupId>
  <artifactId>parent</artifactId>
  <version>1.7.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.mybatis-flex:parent:1.7.3'
Gradle Kotlin
implementation("com.mybatis-flex:parent:1.7.3")
Scala SBT
libraryDependencies += "com.mybatis-flex" % "parent" % "1.7.3"
Groovy Grape
@Grapes(
  @Grab(group='com.mybatis-flex', module='parent', version='1.7.3')
)
Apache Ivy
<dependency org="com.mybatis-flex" name="parent" rev="1.7.3" />
Leiningen
[com.mybatis-flex/parent "1.7.3"]
Apache Buildr
'com.mybatis-flex:parent:jar:1.7.3'
Dependencies
The project has no third-party dependencies