Doolin
1.0.RC1

Download binaries and sources

Doolin can be downloaded in the form of a ZIP archive that contains binaries and/or sources.

Maven

Doolin is also available using the Maven Central repository. For example, just include the following elements in your pom.xml:

	...
	<dependencies>
		<dependency>
			<groupId>net.sf.doolin</groupId>
			<artifactId>doolin-gui</artifactId>
			<version>1.0.RC1</version>
		</dependency>
	</dependencies>