| License |
License |
|---|---|
| Categories |
CategoriesMyBatis Data ORM |
| GroupId | GroupIdcom.littlenb |
| ArtifactId | ArtifactIdmybatis-jpa |
| Last Version | Last Version2.5.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionmybatis-jpa
The plugins for mybatis, in order to provider the ability to handler jpa.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| mybatis-jpa-2.5.1.pom | |
| mybatis-jpa-2.5.1.jar | 59 KB |
| mybatis-jpa-2.5.1-sources.jar | 34 KB |
| mybatis-jpa-2.5.1-javadoc.jar | 253 KB |
| Browse |
<!-- 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"]
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.mybatis : mybatis | jar | 3.4.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |