MVN

com.lamatek : googlemaps

Maven & Gradle

Aug 19, 2007

googlemaps · The JSP Taglibrary for GoogleMaps

<dependency>
    <groupId>com.lamatek</groupId>
    <artifactId>googlemaps</artifactId>
    <version>0.98c</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.98c

All Versions

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

Version Vulnerabilities Updated
0.98c
googlemaps-0.98c

How to add a dependency to Maven

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

<dependency>
    <groupId>com.lamatek</groupId>
    <artifactId>googlemaps</artifactId>
    <version>0.98c</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.lamatek : googlemaps gradle dependency to your build.gradle file:

implementation 'com.lamatek:googlemaps:0.98c'

Gradle Kotlin DSL: Add the following com.lamatek : googlemaps gradle kotlin dependency to your build.gradle.kts file:

implementation("com.lamatek:googlemaps:0.98c")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.lamatek : googlemaps sbt scala dependency to your build.sbt file:

libraryDependencies += "com.lamatek" % "googlemaps" % "0.98c"

Advertisement