Skip to content

Commit

Permalink
Updated Readme with some more info
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudy De Busscher committed Mar 16, 2015
1 parent c1e5407 commit 673fce8
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,27 @@
AdvancedGraphicImageRenderer
============================

Advanced PrimeFaces Graphic Image renderer for dynamic content
Advanced PrimeFaces Graphic Image renderer for dynamic content.

See [blog text](http://jsfcorner.blogspot.be/2012/11/advanced-primefaces-graphic-image.html) for more information.

Version | For PrimeFaces
-----------| -------------
1.0 | 3.5
1.1 | 4.0
1.2 | 5.x

When you want to add the artifact, put following snippets in your `pom.xml`

<repositories>
<repository>
<id>nexus_C4J</id>
<url>http://nexus-osc4j.rhcloud.com/content/groups/public/</url>
</repository>
</repositories>

<dependency>
<groupId>be.rubus.web.jsf.primefaces</groupId>
<artifactId>advanced-graphic-image</artifactId>
<version>1.2.0</version>
</dependency>

0 comments on commit 673fce8

Please sign in to comment.