forked from flex-users/flexlib
-
Notifications
You must be signed in to change notification settings - Fork 0
Users guide
nicoulaj edited this page Jul 6, 2011
·
2 revisions
How to get started with flexlib and use it in your project.
There are several ways to get the 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.
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>If you just cannot wait for a release, you can follow the Developers guide instructions.
You can find several example usages here, and the examples source packages (sources.zip) and compiled packages (binaries.zip) here.