| License |
License |
|---|---|
| GroupId | GroupIdcom.github.daixuyang |
| ArtifactId | ArtifactIdmp-util |
| Version | Version1.1.4.RELEASE |
| Type | Typejar |
| Description |
DescriptionMyBatis Plus Util
MyBatis Plus 条件构造器
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| mp-util-1.1.4.RELEASE.pom | |
| mp-util-1.1.4.RELEASE.jar | 8 KB |
| mp-util-1.1.4.RELEASE-sources.jar | 4 KB |
| mp-util-1.1.4.RELEASE-javadoc.jar | 56 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.daixuyang/mp-util/ -->
<dependency>
<groupId>com.github.daixuyang</groupId>
<artifactId>mp-util</artifactId>
<version>1.1.4.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.daixuyang/mp-util/
implementation 'com.github.daixuyang:mp-util:1.1.4.RELEASE'
// https://jarcasting.com/artifacts/com.github.daixuyang/mp-util/
implementation ("com.github.daixuyang:mp-util:1.1.4.RELEASE")
'com.github.daixuyang:mp-util:jar:1.1.4.RELEASE'
<dependency org="com.github.daixuyang" name="mp-util" rev="1.1.4.RELEASE">
<artifact name="mp-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.daixuyang', module='mp-util', version='1.1.4.RELEASE')
)
libraryDependencies += "com.github.daixuyang" % "mp-util" % "1.1.4.RELEASE"
[com.github.daixuyang/mp-util "1.1.4.RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.baomidou : mybatis-plus-boot-starter Optional | jar | 3.4.1 |
| cn.hutool : hutool-all Optional | jar | 5.3.9 |