License |
License |
---|---|
GroupId | GroupIdorg.springframework.flex |
ArtifactId | ArtifactIdspring-flex-core |
Last Version | Last Version1.5.2.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring 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.
|
<!-- https://jarcasting.com/artifacts/org.springframework.flex/spring-flex-core/ -->
<dependency>
<groupId>org.springframework.flex</groupId>
<artifactId>spring-flex-core</artifactId>
<version>1.5.2.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.flex/spring-flex-core/
implementation 'org.springframework.flex:spring-flex-core:1.5.2.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.flex/spring-flex-core/
implementation ("org.springframework.flex:spring-flex-core:1.5.2.RELEASE")
'org.springframework.flex:spring-flex-core:jar:1.5.2.RELEASE'
<dependency org="org.springframework.flex" name="spring-flex-core" rev="1.5.2.RELEASE">
<artifact name="spring-flex-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.flex', module='spring-flex-core', version='1.5.2.RELEASE')
)
libraryDependencies += "org.springframework.flex" % "spring-flex-core" % "1.5.2.RELEASE"
[org.springframework.flex/spring-flex-core "1.5.2.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
javax.annotation : jsr250-api | jar | 1.0 |
javax.jms : jms | jar | 1.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.7 |
org.mockito : mockito-all | jar | 1.8.2 |
org.springframework : spring-test | jar | 3.0.5.RELEASE |
xalan : xalan | jar | 2.7.1 |
org.apache.activemq : activemq-core | jar | 5.1.0 |
org.springframework : spring-orm | jar | 3.0.5.RELEASE |
com.h2database : h2 | jar | 1.0.71 |
org.slf4j : slf4j-log4j12 | jar | 1.6.1 |
log4j : log4j | jar | 1.2.16 |