| License |
License |
|---|---|
| Categories |
CategoriesMyBatis Data ORM |
| GroupId | GroupIdcom.github.littlenewbie |
| ArtifactId | ArtifactIdmybatis-jpa |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionmyabtis-jpa
mybatis jpa plugin
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| mybatis-jpa-1.1.0.pom | |
| mybatis-jpa-1.1.0.jar | 51 KB |
| mybatis-jpa-1.1.0-sources.jar | 33 KB |
| mybatis-jpa-1.1.0-javadoc.jar | 240 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.littlenewbie/mybatis-jpa/ -->
<dependency>
<groupId>com.github.littlenewbie</groupId>
<artifactId>mybatis-jpa</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.littlenewbie/mybatis-jpa/
implementation 'com.github.littlenewbie:mybatis-jpa:1.1.0'
// https://jarcasting.com/artifacts/com.github.littlenewbie/mybatis-jpa/
implementation ("com.github.littlenewbie:mybatis-jpa:1.1.0")
'com.github.littlenewbie:mybatis-jpa:jar:1.1.0'
<dependency org="com.github.littlenewbie" name="mybatis-jpa" rev="1.1.0">
<artifact name="mybatis-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.littlenewbie', module='mybatis-jpa', version='1.1.0')
)
libraryDependencies += "com.github.littlenewbie" % "mybatis-jpa" % "1.1.0"
[com.github.littlenewbie/mybatis-jpa "1.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax : javaee-api | jar | 7.0 |
| javax.persistence : persistence-api | jar | 1.0.2 |
| org.springframework : spring-core | jar | 4.2.5.RELEASE |
| org.springframework : spring-jdbc | jar | 4.2.5.RELEASE |
| org.springframework : spring-context-support | jar | 4.2.5.RELEASE |
| org.mybatis : mybatis | jar | 3.4.0 |
| org.mybatis : mybatis-spring | jar | 1.3.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.springframework : spring-test | jar | 4.2.5.RELEASE |
| com.alibaba : fastjson | jar | 1.2.6 |
| mysql : mysql-connector-java | jar | 5.1.30 |
| com.alibaba : druid | jar | 1.0.26 |