MVN

com.github.tdesjardins : gwt-ol3

Maven & Gradle

Aug 08, 2023
61 stars
<dependency>
    <groupId>com.github.tdesjardins</groupId>
    <artifactId>gwt-ol3</artifactId>
    <version>8.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.tdesjardins : gwt-ol3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.4.1

All Versions

Choose a version of com.github.tdesjardins : gwt-ol3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.4.x
gwt-ol3-8.4.1
gwt-ol3-8.4.0
8.3.x
gwt-ol3-8.3.0
8.2.x
gwt-ol3-8.2.0-gwt2_8
gwt-ol3-8.2.0
8.1.x
gwt-ol3-8.1.0-gwt2_9
gwt-ol3-8.1.0
8.0.x
gwt-ol3-8.0.0-gwt2_9
gwt-ol3-8.0.0
7.3.x
gwt-ol3-7.3.0-gwt2_9
gwt-ol3-7.3.0
7.2.x
gwt-ol3-7.2.0
7.1.x
gwt-ol3-7.1.0
7.0.x
gwt-ol3-7.0.0
6.0.x
gwt-ol3-6.0.0
5.0.x
gwt-ol3-5.0.0
4.1.x
gwt-ol3-4.1.0
4.0.x
gwt-ol3-4.0.1
gwt-ol3-4.0.0
3.0.x
gwt-ol3-3.0.0
2.9.x
gwt-ol3-2.9.0

How to add a dependency to Maven

Add the following com.github.tdesjardins : gwt-ol3 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.tdesjardins</groupId>
    <artifactId>gwt-ol3</artifactId>
    <version>8.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.tdesjardins : gwt-ol3 gradle dependency to your build.gradle file:

implementation 'com.github.tdesjardins:gwt-ol3:8.4.1'

Gradle Kotlin DSL: Add the following com.github.tdesjardins : gwt-ol3 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.tdesjardins:gwt-ol3:8.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.tdesjardins : gwt-ol3 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.tdesjardins" % "gwt-ol3" % "8.4.1"