Skip to content
This repository has been archived by the owner on Apr 21, 2018. It is now read-only.

Configure

pyricau edited this page Mar 17, 2011 · 9 revisions

This page describes how to configure a java project to use BuilderGen.

Not much documentation yet, please have a look at the working example.

The current stable release is 0.2, and the current snapshot release is 1.0-SNAPSHOT.

You will need one of the following repositories in your Maven project:

<repositories>
	<repository>
		<id>buildergen-releases</id>
		<url>https://github.com/pyricau/BuilderGen/raw/master/releases</url>
	</repository>
	<repository>
		<id>buildergen-snapshots</id>
		<url>https://github.com/pyricau/BuilderGen/raw/master/snapshots</url>
	</repository>
</repositories>

As well as the following dependencies (replace X.X.X with the version you want to use) : info.piwai.buildergen buildergen X.X.X compile info.piwai.buildergen buildergen-api X.X.X

Once your project is configured, learn how to use BuilderGen.

Clone this wiki locally