MVN

com.shopizer : sm-search

Maven & Gradle

Mar 22, 2020
1 usages
17 stars

sm-search · Search module for shopizer using elasticsearch 7.5.2

<dependency>
    <groupId>com.shopizer</groupId>
    <artifactId>sm-search</artifactId>
    <version>2.11.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.shopizer : sm-search to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.11.2

All Versions

Choose a version of com.shopizer : sm-search to add to Maven or Gradle - All Versions:

  • Version Updated
  • sm-search-2.11.2

    Mar 22, 2020
  • sm-search-2.11.1

    Mar 21, 2020
  • sm-search-2.11.0

    Feb 27, 2020
  • sm-search-2.10.0

    Feb 06, 2020
  • sm-search-2.9.0

    Dec 27, 2019
  • sm-search-2.8.0

    Nov 14, 2019
  • sm-search-2.7.0

    Sep 12, 2019
  • sm-search-2.6.0

    Jul 05, 2019
  • sm-search-2.5.0

    Apr 25, 2019
  • sm-search-2.4.2

    Apr 16, 2019
  • sm-search-2.4.1

    Mar 23, 2019
  • sm-search-2.4.0

    Feb 23, 2019
  • sm-search-2.3.0

    Nov 04, 2018
  • sm-search-2.2.0.1

    Dec 26, 2017
  • sm-search-2.2.0

    Nov 12, 2017
  • sm-search-0.0.5

    Oct 03, 2015
  • sm-search-0.0.4

    Mar 03, 2015
  • sm-search-0.0.3

    Dec 07, 2013
  • sm-search-0.0.2

    Dec 03, 2013
  • sm-search-0.0.1

    Nov 15, 2013

How to add a dependency to Maven

Add the following com.shopizer : sm-search maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.shopizer</groupId>
    <artifactId>sm-search</artifactId>
    <version>2.11.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.shopizer : sm-search gradle dependency to your build.gradle file:

implementation 'com.shopizer:sm-search:2.11.2'

Gradle Kotlin DSL: Add the following com.shopizer : sm-search gradle kotlin dependency to your build.gradle.kts file:

implementation("com.shopizer:sm-search:2.11.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.shopizer : sm-search sbt scala dependency to your build.sbt file:

libraryDependencies += "com.shopizer" % "sm-search" % "2.11.2"