IntroductionThe Java library contains the frameworks classes needed to dispatch Command and Selection requests to a Controller object. Details- Download the pocogoses-X.Y.jar or build it from the sources (requires Maven 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>
|