is not current version
Last Version 1.1

com.github.zonev:abu 1.0

基于 Mybatis Plugin 机制实现的在 update 或 insert 数据时自动绑定通用字段,让业务代码更加精简

GroupId

GroupId

com.github.zonev
ArtifactId

ArtifactId

abu
Version

Version

1.0
Type

Type

jar

Download abu 1.0


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