login
Blurts on the Art of Software Development

Today | RSS | RDF | Atom | Other Tags
Categories : All | All | CI | .NET | General | Humour | Java | Personal | Reviews | Ruby | SW Eng

Referring to my previous blog entry, the public Maven repository now carries the 0.8 version of JspTest.

You can take it into use by adding the following to your pom.xml:

    <dependency>
      <groupId>net.sf.jsptest</groupId>
      <artifactId>jsptest</artifactId>
      <version>0.8</version>
    </dependency>