f

freemarker-gae

Google App Engine compliant variation of FreeMarker. FreeMarker is a "template engine"; a generic tool to generate text output based on templates.
http://freemarker.org/
Apache License, Version 2.0
Apache Software Foundation
Files download
File Operation
freemarker-gae-2.3.26-incubating.jar download
freemarker-gae-2.3.26-incubating.pom download
freemarker-gae-2.3.26-incubating-sources.jar download
Apache Maven
<dependency>
  <groupId>org.freemarker</groupId>
  <artifactId>freemarker-gae</artifactId>
  <version>2.3.26-incubating</version>
</dependency>
Gradle Groovy
implementation 'org.freemarker:freemarker-gae:2.3.26-incubating'
Gradle Kotlin
implementation("org.freemarker:freemarker-gae:2.3.26-incubating")
Scala SBT
libraryDependencies += "org.freemarker" % "freemarker-gae" % "2.3.26-incubating"
Groovy Grape
@Grapes(
  @Grab(group='org.freemarker', module='freemarker-gae', version='2.3.26-incubating')
)
Apache Ivy
<dependency org="org.freemarker" name="freemarker-gae" rev="2.3.26-incubating" />
Leiningen
[org.freemarker/freemarker-gae "2.3.26-incubating"]
Apache Buildr
'org.freemarker:freemarker-gae:jar:2.3.26-incubating'