MVN

org.geomajas : geomajas-puregwt-client-impl

Maven & Gradle

Jul 11, 2013
9 usages

Geomajas PureGWT face: Client implementation · Geomajas PureGWT face: Client implementation

<dependency>
    <groupId>org.geomajas</groupId>
    <artifactId>geomajas-puregwt-client-impl</artifactId>
    <version>1.0.0-M6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.geomajas : geomajas-puregwt-client-impl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-M6

All Versions

Choose a version of org.geomajas : geomajas-puregwt-client-impl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
geomajas-puregwt-client-impl-1.0.0-M6
geomajas-puregwt-client-impl-1.0.0-M5
geomajas-puregwt-client-impl-1.0.0-M4
geomajas-puregwt-client-impl-1.0.0-M3
geomajas-puregwt-client-impl-1.0.0-M2
geomajas-puregwt-client-impl-1.0.0-M1

How to add a dependency to Maven

Add the following org.geomajas : geomajas-puregwt-client-impl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.geomajas</groupId>
    <artifactId>geomajas-puregwt-client-impl</artifactId>
    <version>1.0.0-M6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.geomajas : geomajas-puregwt-client-impl gradle dependency to your build.gradle file:

implementation 'org.geomajas:geomajas-puregwt-client-impl:1.0.0-M6'

Gradle Kotlin DSL: Add the following org.geomajas : geomajas-puregwt-client-impl gradle kotlin dependency to your build.gradle.kts file:

implementation("org.geomajas:geomajas-puregwt-client-impl:1.0.0-M6")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.geomajas : geomajas-puregwt-client-impl sbt scala dependency to your build.sbt file:

libraryDependencies += "org.geomajas" % "geomajas-puregwt-client-impl" % "1.0.0-M6"