| License |
License |
|---|---|
| Categories |
CategoriesMyBatis Data ORM |
| GroupId | GroupIdxyz.tneciv |
| ArtifactId | ArtifactIdmybatis-tool |
| Last Version | Last Version2.0.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionmybatis-tool
Mybatis tool for spring boot
|
| Filename | Size |
|---|---|
| mybatis-tool-2.0.3.pom | |
| mybatis-tool-2.0.3.jar | 7 KB |
| mybatis-tool-2.0.3-sources.jar | 5 KB |
| mybatis-tool-2.0.3-javadoc.jar | 36 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/xyz.tneciv/mybatis-tool/ -->
<dependency>
<groupId>xyz.tneciv</groupId>
<artifactId>mybatis-tool</artifactId>
<version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.tneciv/mybatis-tool/
implementation 'xyz.tneciv:mybatis-tool:2.0.3'
// https://jarcasting.com/artifacts/xyz.tneciv/mybatis-tool/
implementation ("xyz.tneciv:mybatis-tool:2.0.3")
'xyz.tneciv:mybatis-tool:jar:2.0.3'
<dependency org="xyz.tneciv" name="mybatis-tool" rev="2.0.3">
<artifact name="mybatis-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.tneciv', module='mybatis-tool', version='2.0.3')
)
libraryDependencies += "xyz.tneciv" % "mybatis-tool" % "2.0.3"
[xyz.tneciv/mybatis-tool "2.0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.pagehelper : pagehelper-spring-boot-starter | jar | 1.2.13 |
| org.mybatis.spring.boot : mybatis-spring-boot-starter | jar | 2.1.1 |
| org.apache.commons : commons-lang3 | jar | 3.7 |
| xyz.tneciv : common-core | jar | 2.0.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | 2.1.11.RELEASE |
| org.projectlombok : lombok | jar | 1.18.10 |