is not current version
Last Version 2.2.0

com.github.yelong0216:yelong-mybatis-spring 1.1.0

Mybatis+Spring+YelongCore 的集成。 简化了Mybatis对简单Model的增删改查操作

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

com.github.yelong0216
ArtifactId

ArtifactId

yelong-mybatis-spring
Version

Version

1.1.0
Type

Type

jar

Download yelong-mybatis-spring 1.1.0


<!-- https://jarcasting.com/artifacts/com.github.yelong0216/yelong-mybatis-spring/ -->
<dependency>
    <groupId>com.github.yelong0216</groupId>
    <artifactId>yelong-mybatis-spring</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yelong0216/yelong-mybatis-spring/
implementation 'com.github.yelong0216:yelong-mybatis-spring:1.1.0'
// https://jarcasting.com/artifacts/com.github.yelong0216/yelong-mybatis-spring/
implementation ("com.github.yelong0216:yelong-mybatis-spring:1.1.0")
'com.github.yelong0216:yelong-mybatis-spring:jar:1.1.0'
<dependency org="com.github.yelong0216" name="yelong-mybatis-spring" rev="1.1.0">
  <artifact name="yelong-mybatis-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yelong0216', module='yelong-mybatis-spring', version='1.1.0')
)
libraryDependencies += "com.github.yelong0216" % "yelong-mybatis-spring" % "1.1.0"
[com.github.yelong0216/yelong-mybatis-spring "1.1.0"]