License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdorg.openingo.boot |
ArtifactId | ArtifactIdmybatis-x |
Last Version | Last Version3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmybatis-x
MyBatis(Plus) Extensions
|
Project URL |
Project URL |
Filename | Size |
---|---|
mybatis-x-3.0.pom | |
mybatis-x-3.0.jar | 9 KB |
mybatis-x-3.0-sources.jar | 5 KB |
mybatis-x-3.0-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openingo.boot/mybatis-x/ -->
<dependency>
<groupId>org.openingo.boot</groupId>
<artifactId>mybatis-x</artifactId>
<version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.openingo.boot/mybatis-x/
implementation 'org.openingo.boot:mybatis-x:3.0'
// https://jarcasting.com/artifacts/org.openingo.boot/mybatis-x/
implementation ("org.openingo.boot:mybatis-x:3.0")
'org.openingo.boot:mybatis-x:jar:3.0'
<dependency org="org.openingo.boot" name="mybatis-x" rev="3.0">
<artifact name="mybatis-x" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openingo.boot', module='mybatis-x', version='3.0')
)
libraryDependencies += "org.openingo.boot" % "mybatis-x" % "3.0"
[org.openingo.boot/mybatis-x "3.0"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.12.4 |
org.apache.commons : commons-collections4 | jar | 4.4 |
org.apache.commons : commons-lang3 | jar | 3.12.0 |
org.projectlombok : lombok | jar | 1.18.20 |
org.openingo.kits : jdkits | jar | 3.6.9 |
Group / Artifact | Type | Version |
---|---|---|
com.baomidou : mybatis-plus-boot-starter | jar | 3.4.3.1 |
mysql : mysql-connector-java | jar | 8.0.25 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | |
org.junit.jupiter : junit-jupiter-api | jar | 5.8.0-M1 |