| License |
License |
|---|---|
| GroupId | GroupIdcom.github.zonev |
| ArtifactId | ArtifactIdabu |
| Version | Version1.1 |
| Type | Typejar |
| Description |
Descriptionmybatis-abu
基于 Mybatis Plugin 机制实现的在 update 或 insert 数据时自动绑定通用字段,让业务代码更加精简
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| abu-1.1.pom | |
| abu-1.1.jar | 14 KB |
| abu-1.1-sources.jar | 15 KB |
| abu-1.1-javadoc.jar | 98 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.zonev/abu/ -->
<dependency>
<groupId>com.github.zonev</groupId>
<artifactId>abu</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zonev/abu/
implementation 'com.github.zonev:abu:1.1'
// https://jarcasting.com/artifacts/com.github.zonev/abu/
implementation ("com.github.zonev:abu:1.1")
'com.github.zonev:abu:jar:1.1'
<dependency org="com.github.zonev" name="abu" rev="1.1">
<artifact name="abu" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zonev', module='abu', version='1.1')
)
libraryDependencies += "com.github.zonev" % "abu" % "1.1"
[com.github.zonev/abu "1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.mybatis : mybatis Optional | jar | 3.5.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.jsqlparser : jsqlparser Optional | jar | 4.0 |
| org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
| mysql : mysql-connector-java | jar | 8.0.22 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |