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