License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcom.github.lodsve |
ArtifactId | ArtifactIdlodsve-mybatis |
Last Version | Last Version2.5.10 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionlodsve mybatis
mybatis相关封装
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
lodsve-mybatis-2.5.10.pom | |
lodsve-mybatis-2.5.10.jar | 58 KB |
lodsve-mybatis-2.5.10-sources.jar | 34 KB |
lodsve-mybatis-2.5.10-javadoc.jar | 242 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.lodsve/lodsve-mybatis/ -->
<dependency>
<groupId>com.github.lodsve</groupId>
<artifactId>lodsve-mybatis</artifactId>
<version>2.5.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lodsve/lodsve-mybatis/
implementation 'com.github.lodsve:lodsve-mybatis:2.5.10'
// https://jarcasting.com/artifacts/com.github.lodsve/lodsve-mybatis/
implementation ("com.github.lodsve:lodsve-mybatis:2.5.10")
'com.github.lodsve:lodsve-mybatis:jar:2.5.10'
<dependency org="com.github.lodsve" name="lodsve-mybatis" rev="2.5.10">
<artifact name="lodsve-mybatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lodsve', module='lodsve-mybatis', version='2.5.10')
)
libraryDependencies += "com.github.lodsve" % "lodsve-mybatis" % "2.5.10"
[com.github.lodsve/lodsve-mybatis "2.5.10"]
Group / Artifact | Type | Version |
---|---|---|
commons-dbcp : commons-dbcp | jar | 1.4 |
com.alibaba : druid | jar | 1.0.19 |
org.mybatis : mybatis | jar | 3.4.4 |
org.mybatis : mybatis-spring | jar | 1.3.1 |
org.flywaydb : flyway-core | jar | 4.0.3 |
javax.persistence : persistence-api | jar | 1.0 |
org.javassist : javassist | jar | 3.20.0-GA |
org.springframework.data : spring-data-commons | jar | 1.10.2.RELEASE |
org.springframework : spring-tx | jar | |
org.springframework : spring-jdbc | jar | |
org.aspectj : aspectjweaver | jar | 1.6.8 |
com.github.lodsve : lodsve-core | jar | 2.5.10 |
org.projectlombok : lombok | jar | 1.16.10 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api Optional | jar | 3.0.1 |