MVN

org.springframework.flex : spring-flex-core

Maven & Gradle

Nov 08, 2011
2 usages

Spring BlazeDS Integration Core · 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-core</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-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.2.RELEASE

All Versions

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

Version Vulnerabilities Updated
1.5.x
spring-flex-core-1.5.2.RELEASE
CVE-2017-3203
spring-flex-core-1.5.1.RELEASE
CVE-2017-3203
spring-flex-core-1.5.0.RELEASE
CVE-2017-3203

How to add a dependency to Maven

Add the following org.springframework.flex : spring-flex-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.springframework.flex : spring-flex-core gradle dependency to your build.gradle file:

implementation 'org.springframework.flex:spring-flex-core:1.5.2.RELEASE'

Gradle Kotlin DSL: Add the following org.springframework.flex : spring-flex-core gradle kotlin dependency to your build.gradle.kts file:

implementation("org.springframework.flex:spring-flex-core:1.5.2.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.springframework.flex : spring-flex-core sbt scala dependency to your build.sbt file:

libraryDependencies += "org.springframework.flex" % "spring-flex-core" % "1.5.2.RELEASE"

Advertisement