Downloads
Learn how to get Pronghorn here.
This is the preferred way of creating a new Pronghorn project. We use a Maven archetype to generate a starter project:
mvn archetype:generate -DarchetypeGroupId=com.ociweb -DarchetypeArtifactId=PronghornRanch -DarchetypeVersion=1.0.0
You will then be prompted to enter the following properties:
Property
Default
Description
groupID
None
Type in com.ociweb
artifactID
None
Type in the name of your project
version
1.0.0
Ignore
package
com.ociweb
Ignore
Hit "Y" to finish the generation. Import your project into your favorite IDE and start coding!
Last updated