![JAR search and dependency download from the Maven repository](/logo.png)
io.github.perplexhub.rsql.Q Maven / Gradle / Ivy
The newest version!
package io.github.perplexhub.rsql;
public class Q {
public static QuerySupport.QuerySupportBuilder rsql(String rsqlQuery) {
return QuerySupport.builder().rsqlQuery(rsqlQuery);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy