is not current version
Last Version 1.0.3

top.openyuan:jpa-plus 1.0.1

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

GroupId

GroupId

top.openyuan
ArtifactId

ArtifactId

jpa-plus
Version

Version

1.0.1
Type

Type

jar

Download jpa-plus 1.0.1


<!-- https://jarcasting.com/artifacts/top.openyuan/jpa-plus/ -->
<dependency>
    <groupId>top.openyuan</groupId>
    <artifactId>jpa-plus</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/top.openyuan/jpa-plus/
implementation 'top.openyuan:jpa-plus:1.0.1'
// https://jarcasting.com/artifacts/top.openyuan/jpa-plus/
implementation ("top.openyuan:jpa-plus:1.0.1")
'top.openyuan:jpa-plus:jar:1.0.1'
<dependency org="top.openyuan" name="jpa-plus" rev="1.0.1">
  <artifact name="jpa-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.openyuan', module='jpa-plus', version='1.0.1')
)
libraryDependencies += "top.openyuan" % "jpa-plus" % "1.0.1"
[top.openyuan/jpa-plus "1.0.1"]