| License |
License |
|---|---|
| Categories |
CategoriesMyBatis Data ORM |
| GroupId | GroupIdtech.wetech.mybatis |
| ArtifactId | ArtifactIdmybatis-ext-spring |
| Last Version | Last Version1.6.7 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMybatis Extensions Parent.
|
| Filename | Size |
|---|---|
| mybatis-ext-spring-1.6.7.pom | |
| mybatis-ext-spring-1.6.7.jar | 10 KB |
| mybatis-ext-spring-1.6.7-sources.jar | 8 KB |
| mybatis-ext-spring-1.6.7-javadoc.jar | 31 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/tech.wetech.mybatis/mybatis-ext-spring/ -->
<dependency>
<groupId>tech.wetech.mybatis</groupId>
<artifactId>mybatis-ext-spring</artifactId>
<version>1.6.7</version>
</dependency>
// https://jarcasting.com/artifacts/tech.wetech.mybatis/mybatis-ext-spring/
implementation 'tech.wetech.mybatis:mybatis-ext-spring:1.6.7'
// https://jarcasting.com/artifacts/tech.wetech.mybatis/mybatis-ext-spring/
implementation ("tech.wetech.mybatis:mybatis-ext-spring:1.6.7")
'tech.wetech.mybatis:mybatis-ext-spring:jar:1.6.7'
<dependency org="tech.wetech.mybatis" name="mybatis-ext-spring" rev="1.6.7">
<artifact name="mybatis-ext-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.wetech.mybatis', module='mybatis-ext-spring', version='1.6.7')
)
libraryDependencies += "tech.wetech.mybatis" % "mybatis-ext-spring" % "1.6.7"
[tech.wetech.mybatis/mybatis-ext-spring "1.6.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| tech.wetech.mybatis : mybatis-ext-core | jar | 1.6.7 |
| org.mybatis : mybatis-spring | jar | 2.0.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-context | jar | 5.1.8.RELEASE |
| org.springframework : spring-jdbc | jar | 5.1.8.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-test | jar | 5.1.8.RELEASE |
| org.slf4j : slf4j-simple | jar | 1.6.1 |
| org.slf4j : slf4j-log4j12 | jar | 1.6.1 |
| mysql : mysql-connector-java | jar | 8.0.16 |
| junit : junit | jar | 4.13.1 |