License
Crafter rivet is licensed under the GNU General Public License version 3.0.
Latest Stable Release | Change Log
Current Version (STABLE)
| Type | Location |
|---|---|
| Core JAR file | http://mvn.rivetlogic.com:80/artifactory/libs-releases/org/rivetlogic/crafter/1.5.12/crafter-1.5.12.jar |
| Seam Demo App Bundle | http://downloads.rivetlogic.com/projects/crafter/apps/seamdemo/current/ |
| Jsp Demo App Bundle | http://downloads.rivetlogic.com/projects/crafter/apps/jspdemo/current/ |
| SpringMVC Demo App Bundle | http://downloads.rivetlogic.com/projects/crafter/apps/springmvcdemo/current/ |
| Grails Crafter Plugin | https://svn.rivetlogic.com/repos/rivets/crafter/ext/grails/plugins/crafter/trunk/grails-crafter-rivet-latest.zip |
As a Maven Dependency
Add the repository
<repository> <snapshots> <enabled>false</enabled> </snapshots> <id>Rivet Logic</id> <url>http://mvn.rivetlogic.com/artifactory/repo</url> </repository>
Add the dependency
<groupId>org.rivetlogic</groupId> <artifactId>crafter</artifactId> <version>1.5.12</version>
Development Release (UNSTABLE)
| Type | Location |
|---|---|
| Core JAR file | http://mvn.rivetlogic.com/artifactory/libs-snapshots/org/rivetlogic/crafter/2.0.0-SNAPSHOT/crafter-2.0.0-SNAPSHOT.jar |
As a Maven Dependency
Add the repository
<repository> <snapshots> <enabled>false</enabled> </snapshots> <id>Rivet Logic</id> <url>http://mvn.rivetlogic.com/artifactory/repo</url> </repository>
Add the dependency
<groupId>org.rivetlogic</groupId> <artifactId>crafter</artifactId> <version>2.0.0-SNAPSHOT</version>
Source Code
You can check out the source from Subversion at:
Head (unstable): https://svn.rivetlogic.org/repos/rivets/crafter/core/trunk
Releases: https://svn.rivetlogic.org/repos/rivets/crafter/core/tags
[Older Versions]
Sample Applications
Seam Demo Application
Grails Demo Application - See instructions at http://wiki.crafterrivet.org/display/Crafter/1.1.1+Installing+Demo