Home > programmez

programmez

Programmez is a project mainly written in Java, it's free.

samples for programmez Spring 3 article

For those familiar with Git:

git clone [email protected]:acrepet/programmez.git

Or if you prefer using Subversion:

svn co http://svn.github.com/acrepet/programmez.git programmez.git

Once checked out, you can build from the command line using Maven 3. You can simply type:

>$ mvn test

If you're using an IDE that supports Maven-based projects, you can import the project directly from its POM. Otherwise, generate IDE metadata with

>$ mvn eclipse:eclipse
    - or -
>$ mvn idea:idea

essai