flexiblesearchbuilder
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.bitbucket.andriichukandrii</groupId> <artifactId>flexiblesearchbuilder</artifactId> <version>3.2.2</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to Andrii Andriichuk MIT license You may obtain a copy of the License at https://opensource.org/licenses/MIT --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.bitbucket.andriichukandrii</groupId> <artifactId>flexiblesearchbuilder</artifactId> <version>3.2.2</version> <name>Flexible search query builder</name> <licenses> <license> <name>MIT License</name> <url>https://opensource.org/licenses/MIT</url> <distribution>repo</distribution> </license> </licenses> <description> 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. </description> <url>https://github.com/avrilfanomar/flexiblesearchbuilder</url> <scm> <connection>scm:git:https://github.com/avrilfanomar/flexiblesearchbuilder.git</connection> <developerConnection>scm:git:https://github.com/avrilfanomar/flexiblesearchbuilder.git</developerConnection> <url>https://github.com/avrilfanomar/flexiblesearchbuilder.git</url> <tag>3.2.2</tag> </scm> <developers> <developer> <name>Andrii Andriichuk</name> <id>avrilfanomar</id> <email>andrey000mar@gmail.com</email> </developer> </developers> <properties> <maven.compiler.source>11</maven.compiler.source> <maven.compiler.target>11</maven.compiler.target> </properties> </project>