Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

Installing

Artem Shurygin edited this page Jun 27, 2016 · 3 revisions

We use Maven as build system. Due to the fact that we still in active developming we don't have stable or beta versions. But you can manualy download and install snapshot releases from GitHub. Anyway, you can also feel free to use our maven snapshot repository:

<dependency>
  <groupId>com.bunjlabs.fuga</groupId>
  <artifactId>fuga</artifactId>
  <version>0.4.3</version>
</dependency>
<repositories>
  <repository>
    <id>bunjlabs.repo</id>
    <name>Bunjlabs Maven Snapshots Repository</name>
    <url>http://maven.bunjlabs.com/snapshots</url>
  </repository>
</repositories>
Clone this wiki locally