FreeMarker logo
 
About
-  Overview
-  Features
Download
-  FreeMarker
-  中文版手册(PDF)
-  Editor/IDE plugins
-  File generator tool (FMPP)
-  Migrating from Velocity
-  FTL Libraries
Online Documentation
-  Table of Contents
-  Short-cut to: Java API
-  Short-cut to: FAQ
-  Short-cut to: Index
-  Short-cut to: Versions
Community, help
-  REPORT BUGS HERE!
-  Mailing list subscription
-  Browse/search the mailing list archives
-  News (nntp) interface
-  Web forums
-  Development builds (automatic)
-  Wiki
-  Blog
-  Twitter
Miscellaneous
-  Powered by FreeMarker
-  SourceForge project page
-  New source repo (2.4 only ATM)
-  Old source repo (everything else)
-  Who we are
 
Download FreeMarker

WARNING! Currently, releases with different second version numbers (as 2.2.x and 2.3.x) are not fully compatible; please check the release notes in the Manual if you must update freemarker.jar in a project. Releases where only the third version number differs (as 2.3.1 and 2.3.19) are compatible.

All downloads include the binary (freemarker.jar), the source code, and the full documentation (unless said otherwise).

See the change logs here...

2.3.19

This is the latest stable release. Requires J2SE 1.2 or higher.
Download freemarker-2.3.19.tar.gz (2.6 MB)

For Maven users:

<dependency>
  <groupId>org.freemarker</groupId>
  <artifactId>freemarker</artifactId>
  <!-- Latest 2.3.x (not 2.4.x), at least 2.3.19 -->
  <version>[2.3.19,2.4)</version>
</dependency>

If you need to use FreeMarker on Google App Engine, download the GAE-compatible binary too. (This is only the binary.)

<dependency>
  <groupId>org.freemarker</groupId>
  <artifactId>freemarker-gae</artifactId>
  <!-- Latest 2.3.x (not 2.4.x), at least 2.3.19 -->
  <version>[2.3.19,2.4)</version>
</dependency>

2.2.8

The latest stable release of the 2.2 series. Requires J2SE 1.2 or higher.
Download freemarker-2.2.8.tar.gz (1.4 MB)

2.1.5

Latest stable release of the 2.1 series. Requires J2SE 1.3 or higher.
Download freemarker-2.1.5.tar.gz (909 KB)

2.03

Latest stable release of the 2.0 series. Requires J2SE 1.2 or higher.
Download freemarker2_03.tar.gz (617 KB)

1.x

The FreeMarker 1.x continues as separate project: FreeMarker Classic. The product homepage is:
http://fm-classic.sourceforge.net/.

Other FreeMarker releases

You can visit the project's SourceForge download page to download past releases that are not featured on this download page.

 

 

 
Found broken link or other problem with this site?
Report to: ddekanyREMOVEME@freemail.hu
(remove the "REMOVEME" from the address)
 
Page last generated: 2012-03-01 01:35:47 GMT
All content on this page is copyrighted by the FreeMarker project.
 
  SourceForge Logo    Powered by FreeMarker