You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://central.sonatype.com/search?q=io.github.perplexhub+rsql)
Translate RSQL query into org.springframework.data.jpa.domain.Specification or com.querydsl.core.types.Predicate and support entities association query.
@@ -25,7 +23,7 @@ For SpringBoot 2 users, please continue to use [version 5.x](https://github.com/
25
23
26
24
## Add rsql-jpa-spring-boot-starter for RSQL to Spring JPA translation
27
25
28
-
### Maven dependency for rsql-jpa-spring-boot-starter [](https://oss.sonatype.org/#nexus-search;gav~io.github.perplexhub~rsql-jpa-spring-boot-starter*)
26
+
### Maven dependency for rsql-jpa-spring-boot-starter [](https://central.sonatype.com/artifact/io.github.perplexhub/rsql-jpa-spring-boot-starter/versions)
29
27
30
28
```xml
31
29
<dependency>
@@ -73,7 +71,7 @@ public class Application {
73
71
74
72
## Add rsql-querydsl-spring-boot-starter for RSQL to Spring JPA and QueryDSL translation
75
73
76
-
### Maven dependency for rsql-querydsl-spring-boot-starter [](https://oss.sonatype.org/#nexus-search;gav~io.github.perplexhub~rsql-querydsl-spring-boot-starter*)
74
+
### Maven dependency for rsql-querydsl-spring-boot-starter [](https://central.sonatype.com/artifact/io.github.perplexhub/rsql-querydsl-spring-boot-starter/versions)
0 commit comments