MVN

org.springframework.flex : spring-flex

Maven & Gradle

Nov 08, 2011
2 usages

Spring BlazeDS Integration Distribution · Spring BlazeDS Integration is a top-level Spring project, and a component of the complete Spring Web stack. This project's purpose is to make it easier to build Spring-powered Rich Internet Applications using Adobe Flex as the front-end client. It aims to achieve this purpose by providing first-class support for using the open source Adobe BlazeDS project and its powerful remoting and messaging facilities in combination with the familiar Spring programming model.

<dependency>
    <groupId>org.springframework.flex</groupId>
    <artifactId>spring-flex</artifactId>
    <version>1.5.2.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.springframework.flex : spring-flex to add to Maven - Latest Versions:

  • Latest Stable: 1.5.2.RELEASE

All Versions

Choose a version of org.springframework.flex : spring-flex to add to Maven - All Versions:

Version Vulnerabilities Updated
1.5.x
spring-flex-1.5.2.RELEASE
spring-flex-1.5.1.RELEASE
spring-flex-1.5.0.RELEASE
1.0.x
spring-flex-1.0.3.RELEASE
spring-flex-1.0.2.RELEASE
spring-flex-1.0.1.RELEASE
spring-flex-1.0.0.RELEASE

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.springframework.flex</groupId>
    <artifactId>spring-flex</artifactId>
    <version>1.5.2.RELEASE</version>
</dependency>