MVN

org.geomajas.documentation : geomajas-face-dojo-documentation

Maven & Gradle

Jul 29, 2010

Geomajas dojo face documentation (en-GB) · Geomajas dojo face documentation (en-GB)

<dependency>
    <groupId>org.geomajas.documentation</groupId>
    <artifactId>geomajas-face-dojo-documentation</artifactId>
    <version>1.5.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.geomajas.documentation : geomajas-face-dojo-documentation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.7

All Versions

Choose a version of org.geomajas.documentation : geomajas-face-dojo-documentation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
geomajas-face-dojo-documentation-1.5.7

How to add a dependency to Maven

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

<dependency>
    <groupId>org.geomajas.documentation</groupId>
    <artifactId>geomajas-face-dojo-documentation</artifactId>
    <version>1.5.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.geomajas.documentation : geomajas-face-dojo-documentation gradle dependency to your build.gradle file:

implementation 'org.geomajas.documentation:geomajas-face-dojo-documentation:1.5.7'

Gradle Kotlin DSL: Add the following org.geomajas.documentation : geomajas-face-dojo-documentation gradle kotlin dependency to your build.gradle.kts file:

implementation("org.geomajas.documentation:geomajas-face-dojo-documentation:1.5.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.geomajas.documentation : geomajas-face-dojo-documentation sbt scala dependency to your build.sbt file:

libraryDependencies += "org.geomajas.documentation" % "geomajas-face-dojo-documentation" % "1.5.7"

Advertisement