MVN

com.wizzdi : maps-service

Maven & Gradle

Aug 24, 2023
<dependency>
    <groupId>com.wizzdi</groupId>
    <artifactId>maps-service</artifactId>
    <version>6.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.wizzdi : maps-service to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0.7

All Versions

Choose a version of com.wizzdi : maps-service to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0.x
maps-service-6.0.7
maps-service-6.0.6
maps-service-6.0.5
maps-service-6.0.4
maps-service-6.0.3
maps-service-6.0.2
maps-service-6.0.1
4.1.x
maps-service-4.1.5

How to add a dependency to Maven

Add the following com.wizzdi : maps-service maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.wizzdi</groupId>
    <artifactId>maps-service</artifactId>
    <version>6.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.wizzdi : maps-service gradle dependency to your build.gradle file:

implementation 'com.wizzdi:maps-service:6.0.7'

Gradle Kotlin DSL: Add the following com.wizzdi : maps-service gradle kotlin dependency to your build.gradle.kts file:

implementation("com.wizzdi:maps-service:6.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.wizzdi : maps-service sbt scala dependency to your build.sbt file:

libraryDependencies += "com.wizzdi" % "maps-service" % "6.0.7"

Advertisement