If you are using Maven 2 and want to experiment with the current snapshot
of Stripes 1.6, you can get it from my repository. Just add this to your
pom.xml file:

1. Under <dependencies>

    <dependency>
      <groupId>net.sourceforge.stripes</groupId>
      <artifactId>stripes</artifactId>
      <version>1.6-SNAPSHOT</version>
    </dependency>
 
2. Under <project>

  <repositories>
    <repository>
      <id>www.stripesbook.com</id>
      <url>http://www.stripesbook.com/maven2</url>
    </repository>
  </repositories>

Cheers,
Freddy
http://www.stripesbook.com



------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to