s

spring-flex-parent

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.
http://www.springsource.org/spring-flex
The Apache Software License, Version 2.0
Jeremy Grelle Mark Fisher
Files download
File Operation
spring-flex-parent-1.5.0.RELEASE.pom download
Apache Maven
<dependency>
  <groupId>org.springframework.flex</groupId>
  <artifactId>spring-flex-parent</artifactId>
  <version>1.5.0.RELEASE</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.springframework.flex:spring-flex-parent:1.5.0.RELEASE'
Gradle Kotlin
implementation("org.springframework.flex:spring-flex-parent:1.5.0.RELEASE")
Scala SBT
libraryDependencies += "org.springframework.flex" % "spring-flex-parent" % "1.5.0.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.flex', module='spring-flex-parent', version='1.5.0.RELEASE')
)
Apache Ivy
<dependency org="org.springframework.flex" name="spring-flex-parent" rev="1.5.0.RELEASE" />
Leiningen
[org.springframework.flex/spring-flex-parent "1.5.0.RELEASE"]
Apache Buildr
'org.springframework.flex:spring-flex-parent:jar:1.5.0.RELEASE'
Dependencies
The project has no third-party dependencies