Downloads
Primefaces can be downloaded manually or via maven. Bundles contain binaries, sources, api and tag docs.
PrimeFaces Elite Downloads
Official Elite releases are only available to ELITE and PRO users exclusively. Community users need to build from source, read more.
| Version | Bundle | Notes |
|---|---|---|
| 3.5.7 | Download | ChangeLog |
| 3.5.6 | Download | ChangeLog |
| 3.5.5 | Download | ChangeLog |
| 3.5.4 | Download | ChangeLog |
| 3.5.3 | Download | ChangeLog |
| 3.5.2 | Download | ChangeLog |
| 3.5.1 | Download | ChangeLog |
| 3.4.5 | Download | ChangeLog |
| 3.4.4 | Download | ChangeLog |
| 3.4.3 | Download | ChangeLog |
Community Downloads
Mobile
| Version | Binary | Source | Bundle |
|---|---|---|---|
| 0.9.4 | primefaces-mobile-0.9.4.jar | primefaces-mobile-0.9.4-sources.jar | primefaces-mobile-0.9.4.zip |
PrimeUI
| Version | Bundle |
|---|---|
| 0.9 | prime-ui-0.9.bundle.zip |
| 0.8 | prime-ui-0.8.bundle.zip |
| 0.7 | prime-ui-0.7.bundle.zip |
| 0.6 | prime-ui-0.6.bundle.zip |
| 0.5 | prime-ui-0.5.bundle.zip |
| 0.4 | prime-ui-0.4.bundle.zip |
| 0.3 | prime-ui-0.3.bundle.zip |
| 0.2 | prime-ui-0.2.bundle.zip |
| 0.1 | prime-ui-0.1.bundle.zip |
PrimeFaces for ASP.NET
| Version | Bundle |
|---|---|
| 0.2 | PrimeFaces-0.2.dll |
| 0.1 | PrimeFaces-0.1.dll |
Downloading with Maven
PrimeFaces distributions are deployed at the PrimeFaces Repository, to let maven aware of this repository, add the following repository definition to your pom.xml in repositories section.
<repository> <id>prime-repo</id> <name>PrimeFaces Maven Repository</name> <url>http://repository.primefaces.org</url> <layout>default</layout> </repository>
And add the dependency configuration as;
<dependency> <groupId>org.primefaces</groupId> <artifactId>primefaces</artifactId> <version>3.5</version> </dependency>
For PrimeFaces Mobile;
<dependency> <groupId>org.primefaces</groupId> <artifactId>primefaces-mobile</artifactId> <version>0.9.3</version> </dependency>