Files download
File Operation
parent-1.10.3.pom download
Apache Maven
<dependency>
  <groupId>com.mybatis-flex</groupId>
  <artifactId>parent</artifactId>
  <version>1.10.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.mybatis-flex:parent:1.10.3'
Gradle Kotlin
implementation("com.mybatis-flex:parent:1.10.3")
Scala SBT
libraryDependencies += "com.mybatis-flex" % "parent" % "1.10.3"
Groovy Grape
@Grapes(
  @Grab(group='com.mybatis-flex', module='parent', version='1.10.3')
)
Apache Ivy
<dependency org="com.mybatis-flex" name="parent" rev="1.10.3" />
Leiningen
[com.mybatis-flex/parent "1.10.3"]
Apache Buildr
'com.mybatis-flex:parent:jar:1.10.3'
Dependencies
The project has no third-party dependencies