MVN

com.afrigis.services : search-extension

Maven & Gradle

Jul 19, 2017
1 stars

AfriGIS Services Search Extension · Search extensions for API's such as Census and Postal Codes

<dependency>
    <groupId>com.afrigis.services</groupId>
    <artifactId>search-extension</artifactId>
    <version>3.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.afrigis.services : search-extension to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.2

All Versions

Choose a version of com.afrigis.services : search-extension to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
search-extension-3.0.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.afrigis.services</groupId>
    <artifactId>search-extension</artifactId>
    <version>3.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.afrigis.services : search-extension gradle dependency to your build.gradle file:

implementation 'com.afrigis.services:search-extension:3.0.2'

Gradle Kotlin DSL: Add the following com.afrigis.services : search-extension gradle kotlin dependency to your build.gradle.kts file:

implementation("com.afrigis.services:search-extension:3.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.afrigis.services : search-extension sbt scala dependency to your build.sbt file:

libraryDependencies += "com.afrigis.services" % "search-extension" % "3.0.2"

Advertisement