Skip to content
Geoffrey Wiseman edited this page May 14, 2014 · 2 revisions

If you'd like to get Moo, there are lots of ways to do that.

Download from Maven

If you'd like to download Moo JARs directly, you can download them from the Maven central repository.

Maven Dependency

If you're using Maven, your project can easily depend on Moo:

<dependency>
    <groupId>com.codiform</groupId>
    <artifactId>moo-core</artifactId>
    <version>2.0</version>
</dependency>

Or, if you're using Maven and you'd like to use Moo with MVEL:

<dependency>
    <groupId>com.codiform</groupId>
    <artifactId>moo-mvel</artifactId>
    <version>2.0</version>
</dependency>

Clone and Build

You can, of course, clone the Git repository from GitHub, then build Moo for yourself. This would even give you the option of customizing Moo, as well as the option of fixing any bugs you create for yourself.