mybatis-jpa

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

License

License

Categories

Categories

MyBatis Data ORM
GroupId

GroupId

com.littlenb
ArtifactId

ArtifactId

mybatis-jpa
Last Version

Last Version

2.5.1
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://github.com/svili365/mybatis-jpa

Download mybatis-jpa

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
javax.persistence : persistence-api jar 1.0.2
org.reflections : reflections jar 0.9.11
com.littlenb : snowflake jar 1.0.5

provided (1)

Group / Artifact Type Version
org.mybatis : mybatis jar 3.4.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
2.5.1
2.5.0
2.4.0
2.3.0
2.2.0
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0