Skip to content
This repository has been archived by the owner on Mar 23, 2019. It is now read-only.

Users guide

nicoulaj edited this page Jul 6, 2011 · 2 revisions

How to get started with flexlib and use it in your project.

Import flexlib swc in your project

There are several ways to get the flexlib swc.

Directly downloading flexlib swc

You can find the last version of the library swc here and the full archive here (assembly.zip).

If you use Flex/Flash builder, just drop it in the project libs directory.

Using Maven

flexlib artifacts are deployed in Maven Central repository. All you have to do is to add a dependency:

<dependency>
  <groupId>com.google.code.flexlib</groupId>
  <artifactId>flexlib</artifactId>
  <version>2.6</version>
</dependency>

Building flexlib from sources

If you just cannot wait for a release, you can follow the Developers guide instructions.

Use flexlib in your project

You can find several example usages here, and the examples source packages (sources.zip) and compiled packages (binaries.zip) here.