Last Version

io.github.perplexhub - RSQL 5.0.19

Java library translate RSQL into Spring Data JPA Specification and QueryDSL Predicate.

License

License

MIT
GroupId

GroupId

io.github.perplexhub
ArtifactId

ArtifactId

rsql
Version

Version

5.0.19
Type

Type

pom
Description

Description

io.github.perplexhub - RSQL
Java library translate RSQL into Spring Data JPA Specification and QueryDSL Predicate.
Project URL

Project URL

https://github.com/perplexhub/rsql-jpa-specification
Source Code Management

Source Code Management

https://github.com/perplexhub/rsql-jpa-specification

Download rsql 5.0.19

Filename Size
rsql-5.0.19.pom 8 KB
Browse

<!-- https://jarcasting.com/artifacts/io.github.perplexhub/rsql/ -->
<dependency>
    <groupId>io.github.perplexhub</groupId>
    <artifactId>rsql</artifactId>
    <version>5.0.19</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.perplexhub/rsql/
implementation 'io.github.perplexhub:rsql:5.0.19'
// https://jarcasting.com/artifacts/io.github.perplexhub/rsql/
implementation ("io.github.perplexhub:rsql:5.0.19")
'io.github.perplexhub:rsql:pom:5.0.19'
<dependency org="io.github.perplexhub" name="rsql" rev="5.0.19">
  <artifact name="rsql" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.perplexhub', module='rsql', version='5.0.19')
)
libraryDependencies += "io.github.perplexhub" % "rsql" % "5.0.19"
[io.github.perplexhub/rsql "5.0.19"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • rsql-common
  • rsql-jpa
  • rsql-querydsl
  • rsql-jpa-spring-boot-starter
  • rsql-querydsl-spring-boot-starter
  • rsql-support