Maven Repository - POM file for Template freemarker 2.3.8 2.3.8

Summary

FreeMarker is a "template engine"; a generic tool to generate text output based on templates..

Declaration

Here is the list of declaration for freemarker. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>freemarker</groupId>
   <artifactId>freemarker</artifactId>
   <version>2.3.8</version>
</dependency>

If you think this Maven repository POM file listing for freemarker is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

License

Name:BSD-style license
URL: http://freemarker.org/docs/app_license.html.





Depended by

The following table lists the most popular artifacts which are depending on freemarker-2.3.8. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Springspring 2.0
Spring Framework
11
Springspring 1.2.9
Spring Framework
27

Packages

The following packages are defined in the freemarker-2.3.8.jar

freemarker.cache
freemarker.core
freemarker.debug
freemarker.debug.impl
freemarker.ext.ant
freemarker.ext.beans
freemarker.ext.dom
freemarker.ext.jdom
freemarker.ext.jsp
freemarker.ext.jython
freemarker.ext.rhino
freemarker.ext.servlet
freemarker.ext.util
freemarker.ext.xml
freemarker.log
freemarker.template
freemarker.template.utility




POM File Source

Here is the content of the POM file.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd ">
  <modelVersion>4.0.0</modelVersion>
  <groupId>freemarker</groupId>
  <artifactId>freemarker</artifactId>
  <version>2.3.8</version>
  <description>
    FreeMarker is a "template engine"; a generic tool to generate text output based on templates.
  </description>
  <url>http://freemarker.org/</url>
  <licenses>
    <license>
      <name>BSD-style license</name>
      <url>http://freemarker.org/docs/app_license.html</url>
    </license>
  </licenses>
</project>