MVN

org.incode.module.docrendering : incode-module-docrendering-freemarker-dom

Maven & Gradle

Sep 28, 2017
1 usages
8 stars

Incode Platform Lib DocRendering Freemarker Impl · A module providing renderers for the Document module using Freemarker.

<dependency>
    <groupId>org.incode.module.docrendering</groupId>
    <artifactId>incode-module-docrendering-freemarker-dom</artifactId>
    <version>1.15.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.incode.module.docrendering : incode-module-docrendering-freemarker-dom to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.15.1.1

All Versions

Choose a version of org.incode.module.docrendering : incode-module-docrendering-freemarker-dom to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.15.x
incode-module-docrendering-freemarker-dom-1.15.1.1
incode-module-docrendering-freemarker-dom-1.15.0.1
incode-module-docrendering-freemarker-dom-1.15.0
1.14.x
incode-module-docrendering-freemarker-dom-1.14.0
1.13.x
incode-module-docrendering-freemarker-dom-1.13.0

How to add a dependency to Maven

Add the following org.incode.module.docrendering : incode-module-docrendering-freemarker-dom maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.incode.module.docrendering</groupId>
    <artifactId>incode-module-docrendering-freemarker-dom</artifactId>
    <version>1.15.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.incode.module.docrendering : incode-module-docrendering-freemarker-dom gradle dependency to your build.gradle file:

implementation 'org.incode.module.docrendering:incode-module-docrendering-freemarker-dom:1.15.1.1'

Gradle Kotlin DSL: Add the following org.incode.module.docrendering : incode-module-docrendering-freemarker-dom gradle kotlin dependency to your build.gradle.kts file:

implementation("org.incode.module.docrendering:incode-module-docrendering-freemarker-dom:1.15.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.incode.module.docrendering : incode-module-docrendering-freemarker-dom sbt scala dependency to your build.sbt file:

libraryDependencies += "org.incode.module.docrendering" % "incode-module-docrendering-freemarker-dom" % "1.15.1.1"