| License |
License |
|---|---|
| Categories |
CategoriesMyBatis Data ORM |
| GroupId | GroupIdcom.alilitech |
| ArtifactId | ArtifactIdmybatis-jpa-spring |
| Last Version | Last Version2.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionmybatis jpa is an ORM framework based on mybatis.
|
| Filename | Size |
|---|---|
| mybatis-jpa-spring-2.0.2.pom | |
| mybatis-jpa-spring-2.0.2.jar | 14 KB |
| mybatis-jpa-spring-2.0.2-sources.jar | 10 KB |
| mybatis-jpa-spring-2.0.2-javadoc.jar | 79 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.alilitech/mybatis-jpa-spring/ -->
<dependency>
<groupId>com.alilitech</groupId>
<artifactId>mybatis-jpa-spring</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.alilitech/mybatis-jpa-spring/
implementation 'com.alilitech:mybatis-jpa-spring:2.0.2'
// https://jarcasting.com/artifacts/com.alilitech/mybatis-jpa-spring/
implementation ("com.alilitech:mybatis-jpa-spring:2.0.2")
'com.alilitech:mybatis-jpa-spring:jar:2.0.2'
<dependency org="com.alilitech" name="mybatis-jpa-spring" rev="2.0.2">
<artifact name="mybatis-jpa-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alilitech', module='mybatis-jpa-spring', version='2.0.2')
)
libraryDependencies += "com.alilitech" % "mybatis-jpa-spring" % "2.0.2"
[com.alilitech/mybatis-jpa-spring "2.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.alilitech : mybatis-jpa | jar | 2.0.2 |
| org.mybatis : mybatis-spring | jar | 2.0.7 |
| org.springframework : spring-jdbc | jar | 5.2.15.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-web | jar | 5.2.15.RELEASE |
| org.springframework : spring-webmvc | jar | 5.2.15.RELEASE |
| org.springframework.boot : spring-boot-starter | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| org.springframework : spring-test | jar | 5.2.15.RELEASE |
| com.zaxxer : HikariCP | jar | 3.4.5 |
| org.projectlombok : lombok | jar | 1.18.22 |
| mysql : mysql-connector-java | jar | 8.0.25 |