Downloads
Releases
Release version | Download link |
---|---|
0.4 (Signature / Checksums / Project release KEYS) | Source code (tar.gz) |
0.3 (Signature / Checksums / Project release KEYS) | Source code (tar.gz) |
0.2 (Signature / Checksums / Project release KEYS) | Source code (tar.gz) |
0.1 (Signature / Checksums / Project release KEYS) | Source code (tar.gz) |
Maven Artifacts
Nemo is available in Maven Central, making it easier to link into your programs without having to build as a JAR. Use the following Maven identifiers to add it to a project:
<!-- https://mvnrepository.com/artifact/org.apache.nemo/nemo-project -->
<dependency>
<groupId>org.apache.nemo</groupId>
<artifactId>nemo-project</artifactId>
<version>0.4</version>
<type>pom</type>
</dependency>
Development and Maintenance Branches
If you are interested in working with the newest under-development code or contributing, you can clone the master branch from Git:
$ git clone https://github.com/apache/incubator-nemo.git