MVN

org.geomajas.documentation : geomajas-jdocbook-style

Maven & Gradle

Jun 15, 2016
15 usages
0 stars

Geomajas documentation JDocBook styles · Geomajas documentation JDocBook styles

<dependency>
    <groupId>org.geomajas.documentation</groupId>
    <artifactId>geomajas-jdocbook-style</artifactId>
    <version>2.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.6.0

All Versions

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

Version Vulnerabilities Updated
2.6.x
geomajas-jdocbook-style-2.6.0
2.5.x
geomajas-jdocbook-style-2.5.0
2.4.x
geomajas-jdocbook-style-2.4.0
1.0.x
geomajas-jdocbook-style-1.0.3
geomajas-jdocbook-style-1.0.2
geomajas-jdocbook-style-1.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.geomajas.documentation</groupId>
    <artifactId>geomajas-jdocbook-style</artifactId>
    <version>2.6.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.geomajas.documentation:geomajas-jdocbook-style:2.6.0'

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

implementation("org.geomajas.documentation:geomajas-jdocbook-style:2.6.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.geomajas.documentation" % "geomajas-jdocbook-style" % "2.6.0"