| License |
License |
|---|---|
| Categories |
CategoriesMyBatis Data ORM |
| GroupId | GroupIdcn.chenzw.mybatis |
| ArtifactId | ArtifactIdmybatis-ext2 |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionmybatis-ext2
mybatis extension
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| mybatis-ext2-1.0.0.pom | |
| mybatis-ext2-1.0.0.jar | 16 KB |
| mybatis-ext2-1.0.0-sources.jar | 9 KB |
| mybatis-ext2-1.0.0-javadoc.jar | 123 KB |
| mybatis-ext2-1.0.0-jar-with-dependencies.jar | 205 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.chenzw.mybatis/mybatis-ext2/ -->
<dependency>
<groupId>cn.chenzw.mybatis</groupId>
<artifactId>mybatis-ext2</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.chenzw.mybatis/mybatis-ext2/
implementation 'cn.chenzw.mybatis:mybatis-ext2:1.0.0'
// https://jarcasting.com/artifacts/cn.chenzw.mybatis/mybatis-ext2/
implementation ("cn.chenzw.mybatis:mybatis-ext2:1.0.0")
'cn.chenzw.mybatis:mybatis-ext2:jar:1.0.0'
<dependency org="cn.chenzw.mybatis" name="mybatis-ext2" rev="1.0.0">
<artifact name="mybatis-ext2" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.chenzw.mybatis', module='mybatis-ext2', version='1.0.0')
)
libraryDependencies += "cn.chenzw.mybatis" % "mybatis-ext2" % "1.0.0"
[cn.chenzw.mybatis/mybatis-ext2 "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| cn.chenzw.toolkit : toolkit | jar | 1.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | |
| org.apache.commons : commons-lang3 | jar | 3.9 |
| com.h2database : h2 | jar | 1.4.199 |
| org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 2.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar |