| License | License | 
|---|---|
| Categories | CategoriesMyBatis Data ORM | 
| GroupId | GroupIdio.github.xulinglin | 
| ArtifactId | ArtifactIdspace-mybatis-core | 
| Version | Version1.0.0.RELEASE | 
| Type | Typejar | 
| Description | Descriptionspace-mybatis Plug-in | 
<!-- https://jarcasting.com/artifacts/io.github.xulinglin/space-mybatis-core/ -->
<dependency>
    <groupId>io.github.xulinglin</groupId>
    <artifactId>space-mybatis-core</artifactId>
    <version>1.0.0.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/io.github.xulinglin/space-mybatis-core/
implementation 'io.github.xulinglin:space-mybatis-core:1.0.0.RELEASE'// https://jarcasting.com/artifacts/io.github.xulinglin/space-mybatis-core/
implementation ("io.github.xulinglin:space-mybatis-core:1.0.0.RELEASE")'io.github.xulinglin:space-mybatis-core:jar:1.0.0.RELEASE'<dependency org="io.github.xulinglin" name="space-mybatis-core" rev="1.0.0.RELEASE">
  <artifact name="space-mybatis-core" type="jar" />
</dependency>@Grapes(
@Grab(group='io.github.xulinglin', module='space-mybatis-core', version='1.0.0.RELEASE')
)libraryDependencies += "io.github.xulinglin" % "space-mybatis-core" % "1.0.0.RELEASE"[io.github.xulinglin/space-mybatis-core "1.0.0.RELEASE"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework : spring-context-support | jar | |
| org.mybatis : mybatis | jar | 3.5.1 | 
| com.esotericsoftware : reflectasm | jar | 1.11.0 | 
| cn.hutool : hutool-all | jar | 4.5.15 |