License |
License |
---|---|
Categories |
CategoriesMyBatis Data ORM |
GroupId | GroupIdcom.alilitech |
ArtifactId | ArtifactIdmybatis-jpa |
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-2.0.2.pom | |
mybatis-jpa-2.0.2.jar | 252 KB |
mybatis-jpa-2.0.2-sources.jar | 197 KB |
mybatis-jpa-2.0.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alilitech/mybatis-jpa/ -->
<dependency>
<groupId>com.alilitech</groupId>
<artifactId>mybatis-jpa</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.alilitech/mybatis-jpa/
implementation 'com.alilitech:mybatis-jpa:2.0.2'
// https://jarcasting.com/artifacts/com.alilitech/mybatis-jpa/
implementation ("com.alilitech:mybatis-jpa:2.0.2")
'com.alilitech:mybatis-jpa:jar:2.0.2'
<dependency org="com.alilitech" name="mybatis-jpa" rev="2.0.2">
<artifact name="mybatis-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alilitech', module='mybatis-jpa', version='2.0.2')
)
libraryDependencies += "com.alilitech" % "mybatis-jpa" % "2.0.2"
[com.alilitech/mybatis-jpa "2.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.mybatis : mybatis | jar | 3.5.9 |
javax.persistence : javax.persistence-api | jar | 2.2 |
Group / Artifact | Type | Version |
---|---|---|
io.springfox : springfox-boot-starter | jar | 3.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.projectlombok : lombok | jar | 1.18.22 |
mysql : mysql-connector-java | jar | 8.0.25 |