License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcom.tangzc |
ArtifactId | ArtifactIdmybatis-plus-ext |
Version | Version1.2.2 |
Type | Typepom |
Description |
DescriptionParent pom providing dependency and plugin management for applications built with Maven
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
mybatis-plus-ext-1.2.2.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tangzc/mybatis-plus-ext/ -->
<dependency>
<groupId>com.tangzc</groupId>
<artifactId>mybatis-plus-ext</artifactId>
<version>1.2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.tangzc/mybatis-plus-ext/
implementation 'com.tangzc:mybatis-plus-ext:1.2.2'
// https://jarcasting.com/artifacts/com.tangzc/mybatis-plus-ext/
implementation ("com.tangzc:mybatis-plus-ext:1.2.2")
'com.tangzc:mybatis-plus-ext:pom:1.2.2'
<dependency org="com.tangzc" name="mybatis-plus-ext" rev="1.2.2">
<artifact name="mybatis-plus-ext" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.tangzc', module='mybatis-plus-ext', version='1.2.2')
)
libraryDependencies += "com.tangzc" % "mybatis-plus-ext" % "1.2.2"
[com.tangzc/mybatis-plus-ext "1.2.2"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok Optional | jar | 1.18.20 |
org.springframework.boot : spring-boot-starter-web Optional | jar | 2.3.10.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.3.10.RELEASE |
com.baomidou : mybatis-plus-boot-starter | jar | 3.4.3.1 |
org.apache.commons : commons-lang3 | jar | 3.10 |
com.google.guava : guava | jar | 30.0-jre |