Search code examples
jsfdownloadmojarra

Pulling latest JSF Mojarra implementation from Maven Repository


How can I get the latest JSF 2.2 jar file from Maven repository?

In this download page there is this repository link but there are many files with different dates. I can't even find the version Mojarra 2.2.13 which is announced as released.


Solution

  • File names are ordered lexicographically (i.e. as strings, not as numbers). The 2.2.13 appears right before 2.2.2.

    If you still can't find it, just do Ctrl+F on "2.2.13", or click this link for the direct JAR.