Spring ActionScript is an offshoot of the Java-based Spring Framework written in ActionScript 3. It is targeted for the Flash, Flex and AIR platforms. The framework contains an Inversion of Control Container, an MVCS framework, extensions for the Cairngorm and PureMVC frameworks and several other utilities.
Spring Actionscript is also deployed to yoolab.org maven repository where you can find all releases and snapshots
Use the following code to use it in your maven project:
<repositories> ... <repository> <id>yoolab.org-releases</id> <url>http://projects.yoolab.org/maven/content/repositories/releases</url> <releases> <enabled>true</enabled> </releases> </repository> <repository> <id>yoolab.org-snapshots</id> <url>http://projects.yoolab.org/maven/content/repositories/snapshots</url> <snapshots> <enabled>true</enabled> </snapshots> </repository> ... </repositories>