MVN

com.codenameone : googlemaps-tests-javase

Maven & Gradle

Feb 25, 2022

googlemaps-tests-javase

<dependency>
    <groupId>com.codenameone</groupId>
    <artifactId>googlemaps-tests-javase</artifactId>
    <version>1.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.codenameone : googlemaps-tests-javase to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.2

All Versions

Choose a version of com.codenameone : googlemaps-tests-javase to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
googlemaps-tests-javase-1.1.2
googlemaps-tests-javase-1.1.1
googlemaps-tests-javase-1.1.0
1.0.x
googlemaps-tests-javase-1.0.3
googlemaps-tests-javase-1.0.2
googlemaps-tests-javase-1.0.1

How to add a dependency to Maven

Add the following com.codenameone : googlemaps-tests-javase maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.codenameone</groupId>
    <artifactId>googlemaps-tests-javase</artifactId>
    <version>1.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.codenameone : googlemaps-tests-javase gradle dependency to your build.gradle file:

implementation 'com.codenameone:googlemaps-tests-javase:1.1.2'

Gradle Kotlin DSL: Add the following com.codenameone : googlemaps-tests-javase gradle kotlin dependency to your build.gradle.kts file:

implementation("com.codenameone:googlemaps-tests-javase:1.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.codenameone : googlemaps-tests-javase sbt scala dependency to your build.sbt file:

libraryDependencies += "com.codenameone" % "googlemaps-tests-javase" % "1.1.2"

Advertisement