is not current version
Last Version 1.8

com.github.yanzongpro:mybatis-jpa 1.4

Mybaits JPA: a convenient development tool for mybatis puls

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

com.github.yanzongpro
ArtifactId

ArtifactId

mybatis-jpa
Version

Version

1.4
Type

Type

jar

Download mybatis-jpa 1.4


<!-- https://jarcasting.com/artifacts/com.github.yanzongpro/mybatis-jpa/ -->
<dependency>
    <groupId>com.github.yanzongpro</groupId>
    <artifactId>mybatis-jpa</artifactId>
    <version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yanzongpro/mybatis-jpa/
implementation 'com.github.yanzongpro:mybatis-jpa:1.4'
// https://jarcasting.com/artifacts/com.github.yanzongpro/mybatis-jpa/
implementation ("com.github.yanzongpro:mybatis-jpa:1.4")
'com.github.yanzongpro:mybatis-jpa:jar:1.4'
<dependency org="com.github.yanzongpro" name="mybatis-jpa" rev="1.4">
  <artifact name="mybatis-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yanzongpro', module='mybatis-jpa', version='1.4')
)
libraryDependencies += "com.github.yanzongpro" % "mybatis-jpa" % "1.4"
[com.github.yanzongpro/mybatis-jpa "1.4"]