License |
License |
---|---|
GroupId | GroupIdtop.openyuan |
ArtifactId | ArtifactIdjpa-plus |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjpa-plus
This is an extension library to the Spring Data JPA complex or dynamic SQL query.
这是 Spring Data JPA 复杂或动态 SQL 查询的扩展库。
|
Project URL |
Project URL |
Filename | Size |
---|---|
jpa-plus-1.0.3.pom | |
jpa-plus-1.0.3.jar | 105 KB |
jpa-plus-1.0.3-sources.jar | 99 KB |
jpa-plus-1.0.3-javadoc.jar | 759 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.openyuan/jpa-plus/ -->
<dependency>
<groupId>top.openyuan</groupId>
<artifactId>jpa-plus</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/top.openyuan/jpa-plus/
implementation 'top.openyuan:jpa-plus:1.0.3'
// https://jarcasting.com/artifacts/top.openyuan/jpa-plus/
implementation ("top.openyuan:jpa-plus:1.0.3")
'top.openyuan:jpa-plus:jar:1.0.3'
<dependency org="top.openyuan" name="jpa-plus" rev="1.0.3">
<artifact name="jpa-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.openyuan', module='jpa-plus', version='1.0.3')
)
libraryDependencies += "top.openyuan" % "jpa-plus" % "1.0.3"
[top.openyuan/jpa-plus "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.data : spring-data-jpa | jar | 2.6.0 |
org.hibernate : hibernate-core | jar | 5.6.0.Final |
org.projectlombok : lombok Optional | jar | 1.18.20 |
org.slf4j : slf4j-api Optional | jar | 1.7.32 |
org.slf4j : slf4j-log4j12 Optional | jar | 1.7.32 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |