My favorites | Sign in
Project Logo
                
Search
for
Updated Nov 10, 2007 by ernest.micklei
JavaLibraryInstall  
Installation instructions to add the Java library and its dependents to your project

Introduction

The Java library contains the frameworks classes needed to dispatch Command and Selection requests to a Controller object.

Details

  1. Download the pocogoses-X.Y.jar or build it from the sources (requires Maven 2)
  2. Add the pocogoses-X.Y.jar to your build path

Maven 2 POM dependency

<dependency>
	<groupId>com.philemonworks</groupId>
	<artifactId>pocogese</artifactId>
	<version>0.2-SNAPSHOT</version>
</dependency>

Sign in to add a comment
Hosted by Google Code