Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The current version of Stripes is 1.5.8. For details of what changed between versions please refer to the Release Notes.

Stripes Downloads

Downloads are hosted by GitHub. All released files (including all old releases) can be browsed here.

...

Code Block
xml
xml
titlepom.xml
borderStylesolid
 
<dependency> 
<groupId>net.sourceforge.stripes</groupId> 
<artifactId>stripes</artifactId> 
<version>1.5.7-classloaderfix<8</version> 
</dependency> 

Make sure you add the logging provider of your choice, too.
If you need file upload functionality, simply add one of the following dependencies:

...