i

incode-module-docrendering-freemarker-dom

A module providing renderers for the Document module using Freemarker.
https://github.com/incodehq/incode-platform
The Apache Software License, Version 2.0
Dan Haywood Jeroen van der Wal Johan Doornenbal
Files download
File Operation
incode-module-docrendering-freemarker-dom-1.15.1.1.jar download
incode-module-docrendering-freemarker-dom-1.15.1.1.pom download
incode-module-docrendering-freemarker-dom-1.15.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.incode.module.docrendering</groupId>
  <artifactId>incode-module-docrendering-freemarker-dom</artifactId>
  <version>1.15.1.1</version>
</dependency>
Gradle Groovy
implementation 'org.incode.module.docrendering:incode-module-docrendering-freemarker-dom:1.15.1.1'
Gradle Kotlin
implementation("org.incode.module.docrendering:incode-module-docrendering-freemarker-dom:1.15.1.1")
Scala SBT
libraryDependencies += "org.incode.module.docrendering" % "incode-module-docrendering-freemarker-dom" % "1.15.1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.incode.module.docrendering', module='incode-module-docrendering-freemarker-dom', version='1.15.1.1')
)
Apache Ivy
<dependency org="org.incode.module.docrendering" name="incode-module-docrendering-freemarker-dom" rev="1.15.1.1" />
Leiningen
[org.incode.module.docrendering/incode-module-docrendering-freemarker-dom "1.15.1.1"]
Apache Buildr
'org.incode.module.docrendering:incode-module-docrendering-freemarker-dom:jar:1.15.1.1'