Download BeepBeep


BeepBeep is free and open source software, released under the GNU Lesser General Public License. This means you can include it into commercial software free of charge. There are many ways you can obtain BeepBeep.

Direct Download

You can download BeepBeep as a stand-alone JAR file you can then include into any Java project. Simply download the latest release on GitHub and you're good to go.

The latest release of BeepBeep is a JAR file of less than 250 kb.

Palettes

Palettes are BeepBeep's term for plugins. Palettes extend BeepBeep's core library with various domain-specific functionalities. There are palettes for handling network communications, parsing XML and JSON, performing some basic signal processing, etc. A bundle of useful palettes can be downloaded as a set of additional JAR files.

Maven (core)

You can also declare BeepBeep as a dependency in your project.

<dependency>
  <groupId>io.github.liflab</groupId>
  <artifactId>beepbeep-3</artifactId>
  <version>0.10.8-alpha</version>
</dependency>

Maven (palettes)

The BeepBeep palettes can also be declared as a dependency in your project.

<dependency>
  <groupId>io.github.liflab</groupId>
  <artifactId>beepbeep-3-palettes</artifactId>
  <version>0.5</version>
</dependency>

Contact Us

Laboratoire d'informatique formelle
Université du Québec à Chicoutimi
Chicoutimi, Québec, Canada

Web: liflab.ca

Laboratoire d'informatique formelle