is not current version
Last Version 5.0.19

io.github.perplexhub:rsql-jpa-specification 3.0.2

A Java library used to translate RSQL nodes to Spring Data JPA Specification.

GroupId

GroupId

io.github.perplexhub
ArtifactId

ArtifactId

rsql-jpa-specification
Version

Version

3.0.2
Type

Type

jar

Download rsql-jpa-specification 3.0.2


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