MVN

com.marklogic : marklogic-geo-data-services

Maven & Gradle

Apr 26, 2023
1 stars

com.marklogic:marklogic-geo-data-services · Geo Data Services supporting Esri Koop Provider

<dependency>
    <groupId>com.marklogic</groupId>
    <artifactId>marklogic-geo-data-services</artifactId>
    <version>1.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.marklogic : marklogic-geo-data-services to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.0

All Versions

Choose a version of com.marklogic : marklogic-geo-data-services to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
marklogic-geo-data-services-1.4.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.marklogic</groupId>
    <artifactId>marklogic-geo-data-services</artifactId>
    <version>1.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.marklogic : marklogic-geo-data-services gradle dependency to your build.gradle file:

implementation 'com.marklogic:marklogic-geo-data-services:1.4.0'

Gradle Kotlin DSL: Add the following com.marklogic : marklogic-geo-data-services gradle kotlin dependency to your build.gradle.kts file:

implementation("com.marklogic:marklogic-geo-data-services:1.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.marklogic : marklogic-geo-data-services sbt scala dependency to your build.sbt file:

libraryDependencies += "com.marklogic" % "marklogic-geo-data-services" % "1.4.0"

Advertisement