License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcn.sexycode |
ArtifactId | ArtifactIdspring-data-myjpa |
Last Version | Last Version0.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThe plugin for mybatis to handle jpa.
|
Filename | Size |
---|---|
spring-data-myjpa-0.0.4.pom | |
spring-data-myjpa-0.0.4.jar | 16 KB |
spring-data-myjpa-0.0.4-sources.jar | 9 KB |
spring-data-myjpa-0.0.4-javadoc.jar | 76 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.sexycode/spring-data-myjpa/ -->
<dependency>
<groupId>cn.sexycode</groupId>
<artifactId>spring-data-myjpa</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/cn.sexycode/spring-data-myjpa/
implementation 'cn.sexycode:spring-data-myjpa:0.0.4'
// https://jarcasting.com/artifacts/cn.sexycode/spring-data-myjpa/
implementation ("cn.sexycode:spring-data-myjpa:0.0.4")
'cn.sexycode:spring-data-myjpa:jar:0.0.4'
<dependency org="cn.sexycode" name="spring-data-myjpa" rev="0.0.4">
<artifact name="spring-data-myjpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.sexycode', module='spring-data-myjpa', version='0.0.4')
)
libraryDependencies += "cn.sexycode" % "spring-data-myjpa" % "0.0.4"
[cn.sexycode/spring-data-myjpa "0.0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.data : spring-data-jpa | jar | 2.3.0.RELEASE |
cn.sexycode : myjpa-core | jar | 0.0.4 |
cn.sexycode : spring-orm-myjpa | jar | 0.0.4 |