is not current version
Last Version 1.5.2.RELEASE

org.springframework.flex:spring-flex-core 1.5.1.RELEASE

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.

GroupId

GroupId

org.springframework.flex
ArtifactId

ArtifactId

spring-flex-core
Version

Version

1.5.1.RELEASE
Type

Type

jar

Download spring-flex-core 1.5.1.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework.flex/spring-flex-core/ -->
<dependency>
    <groupId>org.springframework.flex</groupId>
    <artifactId>spring-flex-core</artifactId>
    <version>1.5.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.flex/spring-flex-core/
implementation 'org.springframework.flex:spring-flex-core:1.5.1.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.flex/spring-flex-core/
implementation ("org.springframework.flex:spring-flex-core:1.5.1.RELEASE")
'org.springframework.flex:spring-flex-core:jar:1.5.1.RELEASE'
<dependency org="org.springframework.flex" name="spring-flex-core" rev="1.5.1.RELEASE">
  <artifact name="spring-flex-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.flex', module='spring-flex-core', version='1.5.1.RELEASE')
)
libraryDependencies += "org.springframework.flex" % "spring-flex-core" % "1.5.1.RELEASE"
[org.springframework.flex/spring-flex-core "1.5.1.RELEASE"]