11# rsql-jpa-specification  
22
3- [ ![ Sonatype Nexus (Releases)] ( https://img.shields.io/nexus/r/io.github.perplexhub/rsql?label=Release&logo=Release&server=https%3A%2F%2Foss.sonatype.org )] ( https://oss.sonatype.org/#nexus-search;gav~io.github.perplexhub~rsql* ) 
4- [ ![ Sonatype Nexus (Snapshots)] ( https://img.shields.io/nexus/s/io.github.perplexhub/rsql?label=Snapshot&logo=Snapshot&server=https%3A%2F%2Foss.sonatype.org )] ( https://oss.sonatype.org/#nexus-search;gav~io.github.perplexhub~rsql~~~ ) 
5- 
6- [ ![ Release Workflow Status] ( https://img.shields.io/github/workflow/status/perplexhub/rsql-jpa-specification/Maven%20Release?label=Release&logo=Release )] ( https://github.com/perplexhub/rsql-jpa-specification/actions?query=workflow%3A%22Maven+Release%22 ) 
7- [ ![ Snapshot Workflow Status] ( https://img.shields.io/github/workflow/status/perplexhub/rsql-jpa-specification/Java%20CI?label=Snapshot&logo=Snapshot )] ( https://github.com/perplexhub/rsql-jpa-specification/actions?query=workflow%3A%22Java+CI%22 ) 
8- [ ![ PR Workflow Status] ( https://img.shields.io/github/workflow/status/perplexhub/rsql-jpa-specification/Java%20Pull%20Request%20CI?label=Pull+Request&logo=PR )] ( https://github.com/perplexhub/rsql-jpa-specification/actions?query=workflow%3A%22Java+Pull+Request+CI%22 ) 
3+ [ ![ Maven Central (Releases)] ( https://img.shields.io/maven-central/v/io.github.perplexhub/rsql )] ( https://central.sonatype.com/search?q=io.github.perplexhub+rsql ) 
4+ [ ![ Release Workflow Status] ( https://img.shields.io/github/actions/workflow/status/perplexhub/rsql-jpa-specification/release.yml?label=Release&style=plastic )] ( https://github.com/perplexhub/rsql-jpa-specification/actions/workflows/release.yml ) 
5+ [ ![ Snapshot Workflow Status] ( https://img.shields.io/github/actions/workflow/status/perplexhub/rsql-jpa-specification/snapshot.yml?label=Snapshot&style=plastic )] ( https://github.com/perplexhub/rsql-jpa-specification/actions/workflows/snapshot.yml ) 
6+ [ ![ PR Workflow Status] ( https://img.shields.io/github/actions/workflow/status/perplexhub/rsql-jpa-specification/pull_request.yml?label=Pull%20Request&style=plastic )] ( https://github.com/perplexhub/rsql-jpa-specification/actions/workflows/pull_request.yml ) 
97
108Translate RSQL query into org.springframework.data.jpa.domain.Specification or com.querydsl.core.types.Predicate and support entities association query.
119
@@ -15,11 +13,11 @@ Translate RSQL query into org.springframework.data.jpa.domain.Specification or c
1513
1614## Maven Repository  
1715
18- < https://oss .sonatype.org/#nexus- search;gav~ io.github.perplexhub~ rsql*  > 
16+ < https://central .sonatype.com/ search?q= io.github.perplexhub+ rsql > 
1917
2018## Add rsql-jpa-spring-boot-starter for RSQL to Spring JPA translation  
2119
22- ### Maven dependency for rsql-jpa-spring-boot-starter [ ![ ] ( https://img.shields.io/nexus/r /io.github.perplexhub/rsql-jpa-spring-boot-starter?color=black& label=%20&server=https%3A%2F%2Foss.sonatype.org  )] ( https://oss .sonatype.org/#nexus-search;gav~ io.github.perplexhub~ rsql-jpa-spring-boot-starter*  )   
20+ ### Maven dependency for rsql-jpa-spring-boot-starter   [ ![ ] ( https://img.shields.io/maven-central/v /io.github.perplexhub/rsql-jpa-spring-boot-starter?label=%20&color=black  )] ( https://central .sonatype.com/artifact/ io.github.perplexhub/ rsql-jpa-spring-boot-starter/versions  )   
2321
2422``` xml 
2523  <dependency >
@@ -45,7 +43,7 @@ public interface UserRepository extends JpaRepository<User, String>, JpaSpecific
4543
4644## Add rsql-querydsl-spring-boot-starter for RSQL to Spring JPA and QueryDSL translation  
4745
48- ### Maven dependency for rsql-querydsl-spring-boot-starter [ ![ ] ( https://img.shields.io/nexus/r /io.github.perplexhub/rsql-querydsl-spring-boot-starter?color=black& label=%20&server=https%3A%2F%2Foss.sonatype.org  )] ( https://oss .sonatype.org/#nexus-search;gav~ io.github.perplexhub~ rsql-querydsl-spring-boot-starter*  )   
46+ ### Maven dependency for rsql-querydsl-spring-boot-starter [ ![ ] ( https://img.shields.io/maven-central/v /io.github.perplexhub/rsql-querydsl-spring-boot-starter?label=%20&color=black  )] ( https://central .sonatype.com/artifact/ io.github.perplexhub/ rsql-querydsl-spring-boot-starter/versions  )   
4947
5048``` xml 
5149  <dependency >
0 commit comments