| License |
License |
|---|---|
| Categories |
CategoriesMyBatis Data ORM |
| GroupId | GroupIdio.mybatis |
| ArtifactId | ArtifactIdmybatis-jpa |
| Last Version | Last Version1.2.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMyBatis Mapper Parent
|
| Filename | Size |
|---|---|
| mybatis-jpa-1.2.2.pom | |
| mybatis-jpa-1.2.2.jar | 7 KB |
| mybatis-jpa-1.2.2-sources.jar | 6 KB |
| mybatis-jpa-1.2.2-javadoc.jar | 34 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.mybatis/mybatis-jpa/ -->
<dependency>
<groupId>io.mybatis</groupId>
<artifactId>mybatis-jpa</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.mybatis/mybatis-jpa/
implementation 'io.mybatis:mybatis-jpa:1.2.2'
// https://jarcasting.com/artifacts/io.mybatis/mybatis-jpa/
implementation ("io.mybatis:mybatis-jpa:1.2.2")
'io.mybatis:mybatis-jpa:jar:1.2.2'
<dependency org="io.mybatis" name="mybatis-jpa" rev="1.2.2">
<artifact name="mybatis-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.mybatis', module='mybatis-jpa', version='1.2.2')
)
libraryDependencies += "io.mybatis" % "mybatis-jpa" % "1.2.2"
[io.mybatis/mybatis-jpa "1.2.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.mybatis : mybatis-provider | jar | 1.1.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.persistence : javax.persistence-api | jar | 2.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.hsqldb : hsqldb | jar | 2.5.2 |
| ch.qos.logback : logback-classic | jar | 1.2.11 |
| junit : junit | jar | 4.13 |