jpa-plus

This is an extension library to the Spring Data JPA complex or dynamic SQL query. 这是 Spring Data JPA 复杂或动态 SQL 查询的扩展库。

License

License

GroupId

GroupId

top.openyuan
ArtifactId

ArtifactId

jpa-plus
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

jpa-plus
This is an extension library to the Spring Data JPA complex or dynamic SQL query. 这是 Spring Data JPA 复杂或动态 SQL 查询的扩展库。
Project URL

Project URL

https://github.com/lzy-git/jpa-plus.git

Download jpa-plus

How to add to project

<!-- 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"]

Dependencies

compile (5)

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

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.3
1.0.2
1.0.1
1.0.0