is not current version
Last Version 2.5.1

com.littlenb:mybatis-jpa 2.2.0

The plugins for mybatis, in order to provider the ability to handler jpa.

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

com.littlenb
ArtifactId

ArtifactId

mybatis-jpa
Version

Version

2.2.0
Type

Type

jar

Download mybatis-jpa 2.2.0


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