MVN

org.bitbucket.andriichukandrii : flexiblesearchbuilder

Maven & Gradle

Oct 12, 2021
17 stars

Flexible search query builder · Flexible search query builder is SAP Hybris Commerce extension (released as a library) that provides developer-friendly way to build flexible search queries. The aim of this extension is to write().flexibleSearchQueries().easily() with the help of IDE in a compile-time safe manner.

<dependency>
    <groupId>org.bitbucket.andriichukandrii</groupId>
    <artifactId>flexiblesearchbuilder</artifactId>
    <version>3.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bitbucket.andriichukandrii : flexiblesearchbuilder to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.2

All Versions

Choose a version of org.bitbucket.andriichukandrii : flexiblesearchbuilder to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
flexiblesearchbuilder-3.2.2
flexiblesearchbuilder-3.2.0

How to add a dependency to Maven

Add the following org.bitbucket.andriichukandrii : flexiblesearchbuilder maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.bitbucket.andriichukandrii</groupId>
    <artifactId>flexiblesearchbuilder</artifactId>
    <version>3.2.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bitbucket.andriichukandrii : flexiblesearchbuilder gradle dependency to your build.gradle file:

implementation 'org.bitbucket.andriichukandrii:flexiblesearchbuilder:3.2.2'

Gradle Kotlin DSL: Add the following org.bitbucket.andriichukandrii : flexiblesearchbuilder gradle kotlin dependency to your build.gradle.kts file:

implementation("org.bitbucket.andriichukandrii:flexiblesearchbuilder:3.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bitbucket.andriichukandrii : flexiblesearchbuilder sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bitbucket.andriichukandrii" % "flexiblesearchbuilder" % "3.2.2"