MVN

io.github.dimmy82 : search-query-parser

Maven & Gradle

Sep 21, 2023
0 stars

search-query-parser · search-query-parser is made to parse complex search query into layered search conditions, so it will be easy to construct Elasticsearch query DSL or something else. this is a wrapper of the Rust library (https://crates.io/crates/search-query-parser). Requirement: - Java 17 - Linux or Mac(arm64)

<dependency>
    <groupId>io.github.dimmy82</groupId>
    <artifactId>search-query-parser</artifactId>
    <version>0.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.dimmy82 : search-query-parser to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.4

All Versions

Choose a version of io.github.dimmy82 : search-query-parser to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
search-query-parser-0.1.4

How to add a dependency to Maven

Add the following io.github.dimmy82 : search-query-parser maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.dimmy82</groupId>
    <artifactId>search-query-parser</artifactId>
    <version>0.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.dimmy82 : search-query-parser gradle dependency to your build.gradle file:

implementation 'io.github.dimmy82:search-query-parser:0.1.4'

Gradle Kotlin DSL: Add the following io.github.dimmy82 : search-query-parser gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.dimmy82:search-query-parser:0.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.dimmy82 : search-query-parser sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.dimmy82" % "search-query-parser" % "0.1.4"