is not current version
Last Version 1.8

com.github.yanzongpro:mybatis-jpa 1.2

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.2
Type

Type

jar

Download mybatis-jpa 1.2


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